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