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