--- libaitio/example/Makefile 2011/06/07 11:49:39 1.7 +++ libaitio/example/Makefile 2011/10/31 13:53:50 1.8 @@ -8,6 +8,7 @@ all: 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 + gcc -g -I../inc -I. -L. -L../lib -o aes aes.c -laitio clean: - rm -f test dir astvar watchdir crypt test_array test_sarray envargs rb + rm -f test dir astvar watchdir crypt test_array test_sarray envargs rb aes