summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 83fd873..9a05fb7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+.PHONY: debian
+
run: build
# ./control-panel-dns >/tmp/witgui.log.stderr 2>&1
./control-panel-dns
@@ -44,7 +46,7 @@ clean:
-rm -rf files/
-rm *.deb
-deb:
+debian:
cd debian && make
-wit mirrors