diff options
author | midipix <writeonce@midipix.org> | 2021-04-24 21:49:17 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-24 21:49:17 +0000 |
commit | 39ac7633040a27354c7343e084f966b5e567be06 (patch) | |
tree | 62b5856cbb5a664f6b5599a775684777cc07c368 /README | |
download | sbmake-39ac7633040a27354c7343e084f966b5e567be06.tar.bz2 sbmake-39ac7633040a27354c7343e084f966b5e567be06.tar.xz |
created repository.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +sbmake: a sofort-based build project for NetBSD's make(1) utility. + +The logic in this project is written against a sofort-compatible +source taball containing: + +(1) the utility's C source files and headers +(2) the utility's unit-test files +(3) the .mk extension files from crufty.net. |