From 64c98b38b482f00e7548ccd3838401f2e1963bfc Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Thu, 24 Mar 2016 14:39:38 -0700 Subject: [PATCH] Add Clipper header dependency --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 0266300..fec241b 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,8 @@ clean: indent: clang-format -i -style="{BasedOnStyle: Google, IndentWidth: 8, UseTab: Always, AllowShortIfStatementsOnASingleLine: false, ColumnLimit: 0, ContinuationIndentWidth: 8, SpaceAfterCStyleCast: true, IndentCaseLabels: false, AllowShortBlocksOnASingleLine: false, AllowShortFunctionsOnASingleLine: false}" $(C) $(H) +geometry.o: clipper/clipper.hpp + TESTS = $(wildcard tests/*/out/*.json) SPACE = $(NULL) $(NULL)