test: main.c
	gcc -Wall -O2 main.c -I. -L../target/release/ -lhtn -o test
