--- libaitcrc/example/Makefile 2008/11/05 17:02:55 1.1 +++ libaitcrc/example/Makefile 2011/04/28 20:28:20 1.3 @@ -1,2 +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 + +clean: + rm test test_hash