1
0

add more features

This commit is contained in:
dtb
2022-10-03 02:00:38 -04:00
parent 63236f9e36
commit 5c9cda563c
5 changed files with 113 additions and 10 deletions

7
dist/Makefile vendored
View File

@@ -6,6 +6,13 @@ bin:
share/man/man1:
mkdir -p share/man/man1
.PHONY: bitch
bitch: bin/bitch
bin/bitch: bin ../bitch/bitch
cp ../bitch/bitch bin/
../bitch/bitch:
$(MAKE) -C ../bitch
.PHONY: battery
battery: bin/battery
bin/battery: bin ../battery/battery