--- libaitcrc/example/Makefile 2010/01/20 00:04:44 1.2 +++ libaitcrc/example/Makefile 2010/09/28 08:50:48 1.2.4.1 @@ -1,5 +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 + rm test test_hash