From e52d284142db85720f4e4ea113e07ad14946fa2a Mon Sep 17 00:00:00 2001 From: suhrke Date: Mon, 10 Jul 2017 03:27:08 -0700 Subject: [PATCH] Revert to 269dc9efc1 --- ReflexToQ3/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/ReflexToQ3/Makefile b/ReflexToQ3/Makefile index 51ab808..c5340bf 100644 --- a/ReflexToQ3/Makefile +++ b/ReflexToQ3/Makefile @@ -14,7 +14,6 @@ test: planes.o brushdef.o oopless-parser.o test-parser.o unittest: EntityConverter.o catch.o $(CC) $^ $(CFLAGS) -o $(UNITEX) - cp test/catch ../catch mv test/catch ../.git/hooks/pre-commit test-parser.o: test/test-parser.cpp