Makefile - geomyidae-tests - geomyidae tests | |
git clone git://bitreich.org/geomyidae-tests/ git://enlrupgkhuxnvlhsf6lc3fziv5h… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
Makefile (303B) | |
--- | |
1 build: clean help | |
2 ${CC} -o test.cgi test.c -static -Wall | |
3 | |
4 clean-results: | |
5 rm -rf results | |
6 rm -f test_counter.txt | |
7 | |
8 clean: | |
9 rm -f test.cgi | |
10 | |
11 help: | |
12 @printf "1.) Please modify the script to geomyidae in run.sh.\n" | |
13 @printf "2.) As root (sudo) run: ./run.sh\n" | |
14 @printf "3.) See the results in ./results\n" |