diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-04-29 10:07:00 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-04-29 10:07:00 +0200 |
commit | 2259ae916239a3e6a84226583edc610a578cb98e (patch) | |
tree | fe439e1985b795832d4cad62c583b21dc6cfc832 /Makefile |
initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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 |