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 ae7560d commit 5ab783bCopy full SHA for 5ab783b
integration-tests/http-client/Makefile
@@ -1,4 +1,4 @@
1
-app: Makefile gren.json node_modules
+app: Makefile gren.json src/Main.gren
2
gren make --optimize src/Main.gren --output=bin/app
3
4
.PHONY: test
integration-tests/http-server/Makefile
-app: Makefile gren.json src/Main.gren node_modules
gren make --optimize src/Main.gren --output=app
0 commit comments