Skip to content

Commit 6e20bc8

Browse files
committed
Add a warning message about a missing Lua application and
include instructions on how to download and install it.
1 parent 4b9e619 commit 6e20bc8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vendor/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
all:
2+
@if [ ! -f lua/Makefile ]; then echo "Missing lua application, run $(CURDIR)/fetch.sh script to download it"; exit 1; fi
23
cd lua && $(MAKE) all MYCFLAGS="-g" && cd ..
34

45
clean:

0 commit comments

Comments
 (0)