--- libaitio/example/Makefile 2010/02/23 22:54:52 1.1 +++ libaitio/example/Makefile 2010/09/10 12:39:41 1.2 @@ -1,5 +1,6 @@ all: gcc -g -I../inc -I. -L. -L../lib -o test test.c -laitio + gcc -g -I../inc -I. -L. -L../lib -o dir dir.c -laitio clean: - rm -f test + rm -f test dir