mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-19 06:11:08 +00:00
Add debroots and controls targets to Makefile
This commit is contained in:
parent
0e8a74b069
commit
ec1c7e6b5e
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue