--- libaitio/example/Makefile 2011/05/03 15:41:00 1.6 +++ libaitio/example/Makefile 2011/06/07 11:49:39 1.7 @@ -6,6 +6,8 @@ all: gcc -g -I../inc -I. -L. -L../lib -o crypt crypt.c -laitio gcc -g -I../inc -I. -L. -L../lib -o test_array test_array.c -laitio gcc -g -I../inc -I. -L. -L../lib -o test_sarray test_sarray.c -laitio + gcc -g -I../inc -I. -L. -L../lib -o envargs envargs.c -laitio + gcc -g -I../inc -I. -L. -L../lib -o rb rb.c clean: - rm -f test dir astvar watchdir crypt test_array test_sarray + rm -f test dir astvar watchdir crypt test_array test_sarray envargs rb