This commit is contained in:
dtb
2024-03-11 21:01:29 -06:00
parent cabe08bca4
commit f7a74dc430
3 changed files with 79 additions and 74 deletions

View File

@@ -14,6 +14,7 @@
PREFIX=/usr/local
CC=cc
MAKE=make
RUSTC=rustc
.PHONY: all
@@ -42,6 +43,7 @@ install: dist
test: build
tests/posix-compat.sh
$(RUSTC) --test src/getopt-rs/lib.rs -o build/test/getopt
$(MAKE) -f Testfile
build/o/libsysexits.rlib: build
# bandage solution until bindgen(1) gets stdin support