eobish

diff utils/Makefile @ 0:465ca72c9657

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 17 Jan 2015 18:37:28 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/utils/Makefile	Sat Jan 17 18:37:28 2015 +0200
     1.3 @@ -0,0 +1,8 @@
     1.4 +CFLAGS = -pedantic -Wall -g
     1.5 +
     1.6 +tileproc: tileproc.o
     1.7 +	$(CC) -o $@ $< -limago
     1.8 +
     1.9 +.PHONY: clean
    1.10 +clean:
    1.11 +	rm -f *.o