Makefile, fop(1): added argument parsing and -d option
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user