test: test.c 
	$(CC) -o test -lgpcl test.c

.PHONY: examples

