log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
eobish
view utils/Makefile @ 3:e32bdd5fb622
find changesets by author, revision, files, or words in the commit message
foo
author
John Tsiombikas <nuclear@member.fsf.org>
date
Sun, 18 Jan 2015 05:51:51 +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