summaryrefslogtreecommitdiff
path: root/Biz
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-12-21 20:51:04 -0500
committerBen Sima <ben@bsima.me>2021-12-21 20:51:04 -0500
commitcf3fa3bdfab272151a734fe1b8725226b72f8521 (patch)
tree98d2d06c50e8ca5d8bda22f425cdd8287afcb2dc /Biz
parent7c3946b27812e9dd587690ac002539c7b1298e3e (diff)
Remove some old bild comments
Diffstat (limited to 'Biz')
-rw-r--r--Biz/Bild.hs16
1 files changed, 4 insertions, 12 deletions
diff --git a/Biz/Bild.hs b/Biz/Bild.hs
index ce97807..7df1fae 100644
--- a/Biz/Bild.hs
+++ b/Biz/Bild.hs
@@ -46,10 +46,6 @@
--
-- * -p = turn on profiling
--
--- * -t = limit build by type (file extension)
---
--- * -e = exclude some regex in the ns tree
---
-- * -o = optimize level
--
-- == Example Commands
@@ -58,8 +54,10 @@
--
-- The general scheme is to build the things described by the targets. A target
-- is a namespace. You can list as many as you want, but you must list at least
--- one. It could just be `.` for the current directory. Build outputs will go
--- into the _/bild directory in the root of the project.
+-- one. It could just be `:!bild %` in vim to build whatever you're working on,
+-- or `bild **/*` to build everything.
+--
+-- Build outputs will go into the `_` directory in the root of the project.
--
-- > bild A/B.hs
--
@@ -70,11 +68,6 @@
--
-- build target with profiling (if available)
--
--- > bild -t nix target
---
--- only build target.nix, not target.hs and so on (in the case of multiple
--- targets with the same name but different extension).
---
-- == Build Metadata
--
-- Metadata is set in the comments with a special syntax. For system-level deps,
@@ -199,7 +192,6 @@ Usage:
bild [options] <target>...
Options:
- --repl Start a repl for the target
--test Run tests on a target after building
--loud Show all output from compiler
--json Only analyze and print as JSON, don't build