mirror of
https://github.com/natnat-mc/moonbuild
synced 2026-05-28 09:39:40 +02:00
added install target
This commit is contained in:
@@ -16,6 +16,11 @@ with public default target 'all'
|
|||||||
\after 'bin'
|
\after 'bin'
|
||||||
\after 'lib'
|
\after 'lib'
|
||||||
|
|
||||||
|
with public target 'install'
|
||||||
|
\depends 'out/moonbuild'
|
||||||
|
\produces '/usr/local/bin/moonbuild'
|
||||||
|
\fn => _.cmd 'sudo', 'cp', @infile, @outfile
|
||||||
|
|
||||||
with public target 'clean'
|
with public target 'clean'
|
||||||
\fn => _.cmd RM, LIB_LUA
|
\fn => _.cmd RM, LIB_LUA
|
||||||
\fn => _.cmd RM, BIN_LUA
|
\fn => _.cmd RM, BIN_LUA
|
||||||
|
|||||||
Reference in New Issue
Block a user