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 a4f12bd commit 71cd454Copy full SHA for 71cd454
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