1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-20 07:34:49 +00:00

Remove extra os/mkdir.

This commit is contained in:
Calvin Rose 2020-04-20 19:06:53 -05:00
parent b0af01a762
commit 343cb779d2

View File

@ -1,5 +1,4 @@
#!/usr/bin/env janet
(os/mkdir "build")
# CLI tool for building janet projects.