Makefile: removes deprecated variable
This commit is contained in:
parent
0e9127d417
commit
8eece4cf84
2
Makefile
2
Makefile
@ -120,7 +120,7 @@ build/bin/false: src/false.c build
|
|||||||
.PHONY: fileis
|
.PHONY: fileis
|
||||||
fileis: build/bin/fileis
|
fileis: build/bin/fileis
|
||||||
build/bin/fileis: src/fileis.rs build rustlibs
|
build/bin/fileis: src/fileis.rs build rustlibs
|
||||||
$(RUSTC) $(RUSTFLAGS) $(RUSTLIBS) -o $@ src/fileis.rs
|
$(RUSTC) $(RUSTFLAGS) -o $@ src/fileis.rs
|
||||||
|
|
||||||
.PHONY: fop
|
.PHONY: fop
|
||||||
fop: build/bin/fop
|
fop: build/bin/fop
|
||||||
|
Loading…
Reference in New Issue
Block a user