1
0
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:
Calvin Rose
2019-05-28 12:59:21 -04:00
parent 09ab391d13
commit f12f896020
5 changed files with 12 additions and 13 deletions

View File

@@ -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."))