From 970e6c24dc98d81e1726db3afe1dca8a67ad4832 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 26 Oct 2024 19:34:32 -0500 Subject: compiles Signed-off-by: Jeff Carr --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 02d9309..d800fa1 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ release-build: # makes a .deb package debian: + rm -f ~/incoming/virtigod*deb go-deb --no-gui --repo go.wit.com/lib/daemons/virtigod goimports: @@ -39,3 +40,6 @@ git-clone: start: rm -f /tmp/pihole.wit.com.xml ./virtigod --start pihole.wit.com + +start-pihole.wit.com-http: + curl --silent http://localhost:8080/start?start=pihole.wit.com -- cgit v1.2.3