2017-01-05 22:07:20 +01:00
|
|
|
pkgutils: \
|
|
|
|
filesystem/bin/pkg
|
|
|
|
|
2017-03-05 06:36:23 +01:00
|
|
|
filesystem/bin/%: programs/pkgutils/Cargo.toml programs/pkgutils/src/*.rs programs/pkgutils/src/bin/%.rs $(BUILD)/libstd.rlib
|
2017-01-05 22:07:20 +01:00
|
|
|
mkdir -p filesystem/bin
|
|
|
|
$(CARGO) rustc --manifest-path $< --bin $* $(CARGOFLAGS) -o $@
|
|
|
|
$(STRIP) $@
|