From 2259ae916239a3e6a84226583edc610a578cb98e Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 29 Apr 2023 10:07:00 +0200 Subject: initial commit --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..9003dc3 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +build: app/java/src/*.java + bazel build //app/java:dnsproxy + +watch: + ibazel build //app/java:dnsproxy + +install: + adb install bazel-bin/app/java/dnsproxy.apk + #bazel mobile-install //app/java:dnsproxy -- cgit v1.2.3