From ec1c7e6b5e8737b62c01563e2f901ca24dcc1129 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Thu, 25 Feb 2021 18:36:09 -0600 Subject: [PATCH] Add debroots and controls targets to Makefile --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index beabe98..93f7932 100644 --- a/Makefile +++ b/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