Makefile: eep: update recipe
This commit is contained in:
parent
b7fe7294c6
commit
9390811b24
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user