--- libaitcrc/example/Makefile 2011/04/28 20:28:20 1.3 +++ libaitcrc/example/Makefile 2012/08/29 09:00:44 1.4 @@ -1,6 +1,6 @@ -test: - gcc -o $@ -Wall -O2 -g -I../inc -L../lib test.c -laitcrc - gcc -o $@_hash -Wall -O2 -g -I../inc -L../lib test_hash.c -laitcrc +all: + gcc -o test -Wall -O2 -g -I../inc -L../lib test.c -laitcrc + gcc -o test_hash -Wall -O2 -g -I../inc -L../lib test_hash.c -laitcrc clean: - rm test test_hash + rm -f test test_hash