testdirs.mak

来自「Libnet is a cross-platform library aimed」· MAK 代码 · 共 13 行

MAK
13
字号
# This file exists to check the user expanded the stored directory# structure properly..PHONY: bad_dir_structurebad_dir_structure:	@echo "You didn't tell your unzip program to recreate the directory"	@echo "structure when unzipping this!"	@echo ""	@echo "You'll have to delete all this and start again. If you're"	@echo "using PKUNZIP, pass it the `-d' switch."

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?