testme:
	gcc -o testme testme.c -Wall -std=c99
	./testme

clean:
	rm -r testme *.o
