projects
/
metatoy
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
texture mapping and shading LUTs
[metatoy]
/
tools
/
pngdump
/
Makefile
1
CFLAGS = -pedantic -Wall -Wno-unused-function -g
2
LDFLAGS = -lpng -lz -lm
3
4
pngdump: main.o image.o quant.o
5
$(CC) -o $@ $^ $(LDFLAGS)
6
7
clean:
8
$(RM) main.o
9
$(RM) image.o
10
$(RM) pngdump