diff options
Diffstat (limited to 'impl/Makefile')
-rw-r--r-- | impl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/impl/Makefile b/impl/Makefile index c73c1a9..213657b 100644 --- a/impl/Makefile +++ b/impl/Makefile @@ -30,6 +30,7 @@ $(PARSER): EquationSystem.g $(BUILD): mkdir -p $(BUILD) +.PHONY: test test: $(BUILD)/main bash ./test/run ./build/main |