aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-08-23 00:46:19 +0700
committerShulhan <ms@kilabit.info>2021-08-23 02:06:37 +0700
commitd0b49dea8a4a85dcdddc5a246cc7b962d6d5cde1 (patch)
tree54679609bb1aba7817a1c99fe4c3c6c442e732be /Makefile
parent3afa7c99497bace25b7390bc8c2a391129f94490 (diff)
downloadawwan-d0b49dea8a4a85dcdddc5a246cc7b962d6d5cde1.tar.xz
all: implement HTTP API and function to Save file on web-user interface
The web-user interface now have button "Save" that save the edited content of file to storage.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 613745a..1b0691f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,11 +6,14 @@ RELEASE_BINARIES=\
_bin/awwan-linux-amd64 \
_bin/awwan-darwin-amd64
-.PHONY: all embed test serve-doc dev-serve release
+.PHONY: all install embed test serve-doc dev-serve release
all: embed test lint
go build ./cmd/awwan
+install: embed
+ go install ./cmd/awwan
+
embed:
go run ./internal/cmd/memfs_www