all:
	gcc -w -o test -I ../include/ test.c -lET199 
clean:
	rm -f test
