aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cf84b2af1..c5d823cac 100644
--- a/Makefile
+++ b/Makefile
@@ -242,6 +242,9 @@ dist: config.mk
242asc: config.mk 242asc: config.mk
243 ./mkasc.sh $(VERSION) 243 ./mkasc.sh $(VERSION)
244 244
245deb: dist config.sh
246 ./mkdeb.sh
247
245deb-apparmor: dist config.sh 248deb-apparmor: dist config.sh
246 ./mkdeb.sh -apparmor --enable-apparmor 249 ./mkdeb.sh -apparmor --enable-apparmor
247 250