more more more
This commit is contained in:
parent
05c3fad56e
commit
49b9f21067
18
dist/Makefile
vendored
18
dist/Makefile
vendored
@ -1,12 +1,26 @@
|
||||
bin:
|
||||
mkdir -p bin
|
||||
|
||||
.PHONY: battery
|
||||
battery: bin/battery
|
||||
bin/battery: bin ../battery/battery
|
||||
cp ../battery/battery* bin/
|
||||
|
||||
.PHONY: nonzero
|
||||
nonzero: bin/nonzero
|
||||
bin/nonzero: bin ../nonzero/nonzero
|
||||
cp ../nonzero/nonzero bin/nonzero
|
||||
../nonzero/nonzero:
|
||||
$(MAKE) -C ../nonzero sane
|
||||
|
||||
.PHONY: str
|
||||
str: bin/str
|
||||
bin/str: bin ../str/str
|
||||
cp ../str/str bin/str
|
||||
../str/str:
|
||||
$(MAKE) -C ../str sane
|
||||
|
||||
.PHONY: volume
|
||||
volume: bin/volume
|
||||
bin/volume: bin ../volume/volume
|
||||
cp ../volume/volume* bin/
|
||||
|
||||
.PHONY: battery volume
|
||||
|
Loading…
Reference in New Issue
Block a user