Don't try to reindent Clipper and Protozero

This commit is contained in:
Eric Fischer 2016-04-27 13:55:28 -07:00
parent 7b0bb9a443
commit a57c247508

View File

@ -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