17 lines
190 B
Makefile
17 lines
190 B
Makefile
|
|
PYTHON=python3
|
||
|
|
|
||
|
|
build:
|
||
|
|
bash scripts/build.sh
|
||
|
|
|
||
|
|
install:
|
||
|
|
bash scripts/install.sh
|
||
|
|
|
||
|
|
package:
|
||
|
|
bash scripts/package-usb.sh
|
||
|
|
|
||
|
|
uninstall:
|
||
|
|
bash scripts/uninstall.sh
|
||
|
|
|
||
|
|
chmod:
|
||
|
|
chmod +x scripts/*.sh
|