texture mapping and shading LUTs
[metatoy] / tools / Makefile
1 CFLAGS = -pedantic -Wall -g
2
3 mctab: mctab.o
4         $(CC) -o $@ $^ $(LDFLAGS)
5
6 .PHONY: clean
7 clean:
8         rm -f *.o