diff options
| author | Shulhan <ms@kilabit.info> | 2021-08-23 00:46:19 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-08-23 02:06:37 +0700 |
| commit | d0b49dea8a4a85dcdddc5a246cc7b962d6d5cde1 (patch) | |
| tree | 54679609bb1aba7817a1c99fe4c3c6c442e732be /Makefile | |
| parent | 3afa7c99497bace25b7390bc8c2a391129f94490 (diff) | |
| download | awwan-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-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
