We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9e619 commit 6e20bc8Copy full SHA for 6e20bc8
1 file changed
vendor/Makefile
@@ -1,4 +1,5 @@
1
all:
2
+ @if [ ! -f lua/Makefile ]; then echo "Missing lua application, run $(CURDIR)/fetch.sh script to download it"; exit 1; fi
3
cd lua && $(MAKE) all MYCFLAGS="-g" && cd ..
4
5
clean:
0 commit comments