log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
eobish
view utils/Makefile @ 8:c0e8bbf96849
find changesets by author, revision, files, or words in the commit message
merged
author
John Tsiombikas <nuclear@member.fsf.org>
date
Mon, 19 Jan 2015 15:49:36 +0200
parents
children
line source
1
CFLAGS = -pedantic -Wall -g
2
3
tileproc: tileproc.o
4
$(CC) -o $@ $< -limago
5
6
.PHONY: clean
7
clean:
8
rm -f *.o