Add debroots and controls targets to Makefile

This commit is contained in:
BBaoVanC 2021-02-25 18:36:09 -06:00
parent 0e8a74b069
commit ec1c7e6b5e
No known key found for this signature in database
GPG key ID: 18089E4E3CCF1D3A

View file

@ -9,6 +9,10 @@ all:
debs: options iosdeb amd64deb
debroots: options iosdebroot amd64debroot
controls: options ioscontrol amd64control
options:
@echo "VERSION: $(VERSION)"
@ -56,4 +60,4 @@ clean:
rm -f ioscontrol amd64control
rm -f com.propr.nekofetch_*_iphoneos-arm.deb nekofetch_*_amd64.deb
.PHONY: all debs options install uninstall clean iosdeb amd64deb
.PHONY: all debs debroots controls options install uninstall iosdeb amd64deb clean