2017-01-05 22:07:20 +01:00
|
|
|
extrautils: \
|
|
|
|
filesystem/bin/calc \
|
|
|
|
filesystem/bin/cksum \
|
|
|
|
filesystem/bin/cur \
|
|
|
|
filesystem/bin/grep \
|
2017-04-07 05:43:02 +02:00
|
|
|
filesystem/bin/gunzip \
|
|
|
|
filesystem/bin/gzip \
|
2017-01-05 22:07:20 +01:00
|
|
|
filesystem/bin/less \
|
|
|
|
filesystem/bin/man \
|
|
|
|
filesystem/bin/mdless \
|
|
|
|
filesystem/bin/mtxt \
|
|
|
|
filesystem/bin/rem \
|
2017-03-28 02:55:06 +02:00
|
|
|
filesystem/bin/resize \
|
2017-04-23 04:06:56 +02:00
|
|
|
filesystem/bin/screenfetch \
|
|
|
|
filesystem/bin/tar
|
2017-01-05 22:07:20 +01:00
|
|
|
#filesystem/bin/dmesg filesystem/bin/info filesystem/bin/watch
|
|
|
|
|
|
|
|
filesystem/bin/%: programs/extrautils/Cargo.toml programs/extrautils/src/bin/%.rs $(BUILD)/libstd.rlib
|
|
|
|
mkdir -p filesystem/bin
|
|
|
|
$(CARGO) rustc --manifest-path $< --bin $* $(CARGOFLAGS) -o $@
|
|
|
|
$(STRIP) $@
|