mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
md5sum: remove Makefile
This commit is contained in:
parent
30ee539ec0
commit
62e639cfa6
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
include ../common.mk
|
|
||||||
|
|
||||||
all: ../build/md5sum
|
|
||||||
|
|
||||||
CRYPTO_DIR := rust-crypto
|
|
||||||
CRYPTO_LIB := $(CRYPTO_DIR)/$(shell $(RUSTC) --crate-file-name --crate-type rlib $(CRYPTO_DIR)/src/rust-crypto/lib.rs)
|
|
||||||
|
|
||||||
../build/md5sum: md5sum.rs $(CRYPTO_LIB)
|
|
||||||
$(RUSTC) $(RUSTFLAGS) -L $(CRYPTO_DIR) -o $@ $<
|
|
||||||
|
|
||||||
$(CRYPTO_LIB): $(CRYPTO_DIR)/src/rust-crypto/*.rs
|
|
||||||
cd $(CRYPTO_DIR) && make
|
|
||||||
|
|
||||||
clean:
|
|
||||||
cd $(CRYPTO_DIR) && make clean
|
|
Loading…
Add table
Add a link
Reference in a new issue