Skip to content

Commit 5ab783b

Browse files
committed
Fix makefiles for some integration tests.
1 parent ae7560d commit 5ab783b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration-tests/http-client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
app: Makefile gren.json node_modules
1+
app: Makefile gren.json src/Main.gren
22
gren make --optimize src/Main.gren --output=bin/app
33

44
.PHONY: test

integration-tests/http-server/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
app: Makefile gren.json src/Main.gren node_modules
1+
app: Makefile gren.json src/Main.gren
22
gren make --optimize src/Main.gren --output=app
33

44
.PHONY: test

0 commit comments

Comments
 (0)