From 8eece4cf84cac2b2bad0cff939afc219b9aea738 Mon Sep 17 00:00:00 2001 From: emma Date: Fri, 28 Mar 2025 19:38:51 -0600 Subject: [PATCH] Makefile: removes deprecated variable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d509328..d104d7f 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ build/bin/false: src/false.c build .PHONY: fileis fileis: build/bin/fileis build/bin/fileis: src/fileis.rs build rustlibs - $(RUSTC) $(RUSTFLAGS) $(RUSTLIBS) -o $@ src/fileis.rs + $(RUSTC) $(RUSTFLAGS) -o $@ src/fileis.rs .PHONY: fop fop: build/bin/fop