Update Makefile

This commit is contained in:
inference 2023-10-05 03:44:42 +01:00
parent 2db3e5e844
commit 9c4c8cbfcf
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@ dist:
echo "Created dist/$${TARGET}"
@rm -rf release
deb:
./build_packages.py --deb
rpm:
./build_packages.py --rpm
install:
install -d $(DESTDIR)$(FIRMWAREDIR)
./copy-firmware.sh $(DESTDIR)$(FIRMWAREDIR)