1 2 3 4 5 |
all: clean @echo "make start" .... clean: -rm -f log ${target} |
如上一般的Makefile的写 […]
Continue reading...
1 2 3 4 5 |
all: clean @echo "make start" .... clean: -rm -f log ${target} |
如上一般的Makefile的写 […]
Continue reading...