From 9390811b24feb61aaec92fb54fa84ce03ecc776c Mon Sep 17 00:00:00 2001 From: DTB Date: Wed, 21 Aug 2024 22:03:07 -0600 Subject: [PATCH] Makefile: eep: update recipe --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1ac6c33..34769ba 100644 --- a/Makefile +++ b/Makefile @@ -121,9 +121,7 @@ build/bin/scrut: src/scrut.c build .PHONY: eep eep: build/bin/eep build/bin/eep: src/eep.rs build rustlibs - $(RUSTC) $(RUSTFLAGS) \ - --extern sysexits=build/o/libsysexits.rlib \ - -o $@ src/eep.rs + $(RUSTC) $(RUSTFLAGS) -o $@ src/eep.rs .PHONY: str str: build/bin/str