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 cd68b23 commit 8f96658Copy full SHA for 8f96658
Makefile
@@ -22,7 +22,7 @@ local: compile
22
compile:
23
LUA_PATH='$(LUA_PATH_MAKE)' LUA_CPATH='$(LUA_CPATH_MAKE)' $(LUA) bin/moonc moon/ moonscript/
24
echo "#!/usr/bin/env lua" > bin/moon
25
- $(LUA) bin/moonc -p bin/moon.moon >> bin/moon
+ LUA_PATH='$(LUA_PATH_MAKE)' LUA_CPATH='$(LUA_CPATH_MAKE)' $(LUA) bin/moonc -p bin/moon.moon >> bin/moon
26
echo "-- vim: set filetype=lua:" >> bin/moon
27
28
compile_system:
0 commit comments