tippecanoe/Makefile
2014-02-05 22:04:58 -08:00

8 lines
95 B
Makefile

all: jsoncat
jsoncat: jsoncat.o jsonpull.o
cc -g -Wall -o $@ $^
%.o: %.c
cc -g -Wall -c $^