Makefile - geomyidae-tests - geomyidae tests
HTML git clone git://bitreich.org/geomyidae-tests/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae-tests/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR 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"