summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 23de0af..d13b27e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,3 +12,12 @@ golines:
clean:
go clean -testcache
rm -f *.o core
+
+apple:
+ ./networkQuality --config mensura.cdn-apple.com --port 443 --path /api/v1/gm/config
+
+# makes a .deb package
+debian:
+ # you have to symlink this if you are building it from somewhere else
+ # ln -s ~/go/src/github.com/network-quality/goresponsiveness -> ../../go.wit.com/apps/networkQuality
+ ~/go/bin/go-deb --ldflags "$(PKG)/utilities.GitVersion=$(GIT_VERSION)" --no-gui --repo go.wit.com/apps/networkQuality