Skip to content

Commit 6ea25f2

Browse files
author
Dylan Trotter
committed
Remove make watch functionality since it only works on linux.
1 parent 0be0a1f commit 6ea25f2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,7 @@ run: $(RUNNER)
7676

7777
test: $(ACCEPT_PASS_FILES) $(COMPILER_PASS_FILES) $(COMPILER_EXPR_VISITOR_PASS_FILES) $(COMPILER_STMT_PASS_FILES) $(RUNTIME_PASS_FILE) $(STDLIB_PASS_FILES)
7878

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
79+
.PHONY: all benchmarks clean cover lint run test
8580

8681
# ------------------------------------------------------------------------------
8782
# grumpc compiler

0 commit comments

Comments
 (0)