Skip to content

Commit 99776f9

Browse files
committed
Fix Makefile to use correct script path.
This makes a plain "make" in the project root work.
1 parent 7c03719 commit 99776f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
heroku:
2-
$(MAKE) -f build-host
2+
$(MAKE) -f scripts/build-host

0 commit comments

Comments
 (0)