mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-01-22 12:28:03 +00:00
8 lines
95 B
Makefile
8 lines
95 B
Makefile
all: jsoncat
|
|
|
|
jsoncat: jsoncat.o jsonpull.o
|
|
cc -g -Wall -o $@ $^
|
|
|
|
%.o: %.c
|
|
cc -g -Wall -c $^
|