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 652f38d commit c1f06deCopy full SHA for c1f06de
Makefile
@@ -0,0 +1,13 @@
1
+
2
+.PHONY: all download_deps build_luamake
3
4
+all: download_deps build_luamake
5
+ 3rd/luamake/luamake build --release
6
7
+build_luamake:
8
+ @echo "Building luamake..."
9
+ git submodule update --init --recursive
10
+ cd 3rd/luamake && compile/build.sh
11
12
+download_deps: build_luamake
13
+ 3rd/luamake/luamake lua compile/download_deps.lua
0 commit comments