We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be0a1f commit 6ea25f2Copy full SHA for 6ea25f2
Makefile
@@ -76,12 +76,7 @@ run: $(RUNNER)
76
77
test: $(ACCEPT_PASS_FILES) $(COMPILER_PASS_FILES) $(COMPILER_EXPR_VISITOR_PASS_FILES) $(COMPILER_STMT_PASS_FILES) $(RUNTIME_PASS_FILE) $(STDLIB_PASS_FILES)
78
79
-# Run 'make test' whenever the the source code changes.
80
-watch:
81
- -@$(MAKE) test
82
- @while inotifywait -q -e modify --exclude '^\./(build|\.git)/' --recursive .; do sleep 0.2; $(MAKE) test; done
83
-
84
-.PHONY: all benchmarks clean cover lint run test watch
+.PHONY: all benchmarks clean cover lint run test
85
86
# ------------------------------------------------------------------------------
87
# grumpc compiler
0 commit comments