Minor project.zsh fix.
parent
0c58d90f72
commit
68539c2a5a
|
@ -14,7 +14,7 @@ done
|
|||
function livescript.build {
|
||||
write "${target}: ${sources[$target]} $(dirdep $target)"
|
||||
write "\t@echo '$(LSC $target)'"
|
||||
write "\t${Q}npx lsc -c ${sources[$target]} > $target || (i=\$\$?; rm $target; return \$\$i)"
|
||||
write "\t${Q}npx lsc -pc ${sources[$target]} > $target || (i=\$\$?; rm $target; return \$\$i)"
|
||||
write
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue