megadrive_test2

view tools/Makefile @ 4:72ab63f262bf

tiles
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 19 Jun 2017 08:02:51 +0300
parents
children
line source
1 CFLAGS = -pedantic -Wall -g
2 LDFLAGS = -lm
4 .PHONY: all
5 all: tunnel ppm2md
7 tunnel: tunnel.o
8 ppm2md: ppm2md.o
10 .PHONY: clean
11 clean:
12 rm -f *.o tunnel