Makefile, fop(1): added argument parsing and -d option

This commit is contained in:
2024-01-15 16:30:00 -07:00
parent 91e129b813
commit 52def0a32d
2 changed files with 30 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ sysexits: build
libgetopt: src/getopt-rs/lib.rs
$(RUSTC) $(RUSTCFLAGS) --crate-type=lib --crate-name=getopt \
-o build/o/libgetopt.rlib src/lib.rs
-o build/o/libgetopt.rlib src/getopt-rs/lib.rs
false: src/false.rs build
$(RUSTC) $(RUSTFLAGS) -o build/bin/false src/false.rs