aboutsummaryrefslogtreecommitdiff
path: root/NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES12
1 files changed, 3 insertions, 9 deletions
diff --git a/NOTES b/NOTES
index 0b4c241a..cb56921f 100644
--- a/NOTES
+++ b/NOTES
@@ -19,18 +19,12 @@ See below.
* Building
-To build, cd into src and run make install. This will place binaries
-in "bin". At time of writing, the commands are sam, samterm, and mk.
+To build, cd into src and run make; mk install. This will place binaries
+in "bin". At time of writing, the commands are sam, samterm, rc, and mk.
There are a few shell scripts already included in bin -- B, Bwait,
and samsave.
-* Make vs. Mk
-
-I'm trying to use make for everything so that it's easier to get
-off the ground, but this might not work out. Working in the
-intersection of BSD make and GNU make is quite restrictive.
-If I'm going to start requiring a particular build utility,
-it might as well be mk.
+The "make" builds mk. Mk builds the rest.
* Helping out