mirror of
https://github.com/janet-lang/janet
synced 2025-10-20 02:07:40 +00:00
Change test-install
This commit is contained in:
@@ -346,7 +346,7 @@
|
||||
[&keys meta]
|
||||
(setdyn :project meta)
|
||||
(try (os/mkdir "build") ([err] nil))
|
||||
(phony "build" [] (print "Built."))
|
||||
(phony "build" [])
|
||||
(phony "install" ["build"] (print "Installed."))
|
||||
(phony "uninstall" [] (print "Uninstalled."))
|
||||
(phony "clean" [] (rm "build") (print "Deleted build directory."))
|
||||
|
Reference in New Issue
Block a user