argued(1): re-write in Rust
This commit is contained in:
4
Makefile
4
Makefile
@@ -89,8 +89,8 @@ build/include/sysexits.h: build $(SYSEXITS)sysexits.h
|
||||
|
||||
.PHONY: argued
|
||||
argued: build/bin/argued
|
||||
build/bin/argued: src/argued.c build
|
||||
$(CC) $(CFLAGS) -o $@ src/argued.c
|
||||
build/bin/argued: src/argued.rs build
|
||||
$(RUSTC) $(RUSTFLAGS) -o $@ src/argued.rs
|
||||
|
||||
.PHONY: dj
|
||||
dj: build/bin/dj
|
||||
|
||||
Reference in New Issue
Block a user