Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
grumpy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
grumpy
Commits
6ea25f2b
Commit
6ea25f2b
authored
Dec 31, 2016
by
Dylan Trotter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove make watch functionality since it only works on linux.
parent
0be0a1f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
Makefile
Makefile
+1
-6
No files found.
Makefile
View file @
6ea25f2b
...
...
@@ -76,12 +76,7 @@ run: $(RUNNER)
test
:
$(ACCEPT_PASS_FILES) $(COMPILER_PASS_FILES) $(COMPILER_EXPR_VISITOR_PASS_FILES) $(COMPILER_STMT_PASS_FILES) $(RUNTIME_PASS_FILE) $(STDLIB_PASS_FILES)
# Run 'make test' whenever the the source code changes.
watch
:
-
@
$(MAKE)
test
@
while
inotifywait
-q
-e
modify
--exclude
'^\./(build|\.git)/'
--recursive
.
;
do
sleep
0.2
;
$(MAKE)
test
;
done
.PHONY
:
all benchmarks clean cover lint run test watch
.PHONY
:
all benchmarks clean cover lint run test
# ------------------------------------------------------------------------------
# grumpc compiler
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment