mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-01 16:58:05 +00:00
Don't try to reindent Clipper and Protozero
This commit is contained in:
parent
7b0bb9a443
commit
a57c247508
4
Makefile
4
Makefile
@ -36,8 +36,8 @@ man/tippecanoe.1: README.md
|
||||
|
||||
PG=
|
||||
|
||||
H = $(shell find . '(' -name '*.h' -o -name '*.hpp' ')')
|
||||
C = $(shell find . '(' -name '*.c' -o -name '*.cpp' ')')
|
||||
H = $(wildcard *.h) $(wildcard *.hpp)
|
||||
C = $(wildcard *.c) $(wildcard *.cpp)
|
||||
|
||||
INCLUDES = -I/usr/local/include -I.
|
||||
LIBS = -L/usr/local/lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user