all: gcc -o test -Wall -O2 -g -I../inc -L../lib test.c -laitcrc gcc -o test_hash -Wall -O2 -g -I../inc -L../lib test_hash.c -laitcrc clean: rm -f test test_hash