This commit is contained in:
suhrke 2017-07-10 03:27:08 -07:00
parent 0d90e66f35
commit e52d284142

View File

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