From cf3fa3bdfab272151a734fe1b8725226b72f8521 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 21 Dec 2021 20:51:04 -0500 Subject: Remove some old bild comments --- Biz/Bild.hs | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'Biz') 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] ... 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 -- cgit v1.2.3