tippecanoe/Makefile

8 lines
95 B
Makefile
Raw Normal View History

2014-02-06 06:04:58 +00:00
all: jsoncat
jsoncat: jsoncat.o jsonpull.o
cc -g -Wall -o $@ $^
%.o: %.c
cc -g -Wall -c $^