all:
	touch touch-on-linux.c
	gcc touch-on-linux.c -o touch-on-linux-bin

clean:
	rm -f touch-on-linux-bin

