From bbf96ee7fa67a6d50ea1d1b3a23a3f44f136a30e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 16 Dec 2023 12:59:18 -0600 Subject: seems to compile and run Signed-off-by: Jeff Carr --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3