test: gcc -o $@ -Wall -O2 -g -I../inc -L../lib test.c -laitcrc gcc -o $@_hash -Wall -O2 -g -I../inc -L../lib test_hash.c -laitcrc clean: rm test test_hash