Makefile: eep: update recipe

This commit is contained in:
dtb 2024-08-21 22:03:07 -06:00
parent b7fe7294c6
commit 9390811b24
Signed by: trinity
GPG Key ID: 34C0543BBB6AF81B

View File

@ -121,9 +121,7 @@ build/bin/scrut: src/scrut.c build
.PHONY: eep .PHONY: eep
eep: build/bin/eep eep: build/bin/eep
build/bin/eep: src/eep.rs build rustlibs build/bin/eep: src/eep.rs build rustlibs
$(RUSTC) $(RUSTFLAGS) \ $(RUSTC) $(RUSTFLAGS) -o $@ src/eep.rs
--extern sysexits=build/o/libsysexits.rlib \
-o $@ src/eep.rs
.PHONY: str .PHONY: str
str: build/bin/str str: build/bin/str