mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-02 01:08:14 +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 $^
|