eobish

view 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 source
1 CFLAGS = -pedantic -Wall -g
3 tileproc: tileproc.o
4 $(CC) -o $@ $< -limago
6 .PHONY: clean
7 clean:
8 rm -f *.o