summaryrefslogtreecommitdiffstats
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 0089a03d..af8b2ebc 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,9 @@ devinstall:
chmod -R +x /var/www/cobbler/web
chmod -R +x /var/www/cobbler/svc
+completion:
+ python mkbash.py
+
webtest: devinstall
/sbin/service cobblerd restart
/sbin/service httpd restart