--- libaitcrc/example/Makefile 2008/11/05 17:02:55 1.1.1.1 +++ libaitcrc/example/Makefile 2010/01/20 00:12:25 1.1.1.1.2.1 @@ -1,2 +1,5 @@ test: gcc -o $@ -Wall -O2 -g -I../inc -L../lib test.c -laitcrc + +clean: + rm test