eep(1) #103

Open
trinity wants to merge 16 commits from sleep into main
Showing only changes of commit 9390811b24 - Show all commits

View File

@ -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
trinity marked this conversation as resolved
Review

This is unnecessary due to the merge-in of the main branch: $(RUSTLIBS) was introduced.

This is unnecessary due to the merge-in of the main branch: `$(RUSTLIBS)` was introduced.
Review

This is now out-of-date; $(RUSTLIBS) has been removed in favor of appending to $(RUSTFLAGS).

This is now out-of-date; `$(RUSTLIBS)` has been removed in favor of appending to `$(RUSTFLAGS)`.
.PHONY: str
str: build/bin/str