mirror of
https://github.com/evilsocket/arc.git
synced 2024-05-26 22:37:37 +03:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
5
Makefile
5
Makefile
@@ -10,11 +10,12 @@ SERVICE_LN_DIR=/etc/systemd/system
|
|||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
build: webui/compiled.go
|
build:
|
||||||
@mkdir -p build
|
@mkdir -p build
|
||||||
@go build $(FLAGS) -o build/$(TARGET) $(SRC_PATH)
|
@go build $(FLAGS) -o build/$(TARGET) $(SRC_PATH)
|
||||||
|
|
||||||
webui/compiled.go: bindata
|
assets: bindata
|
||||||
|
@rm -rf webui/compiled.go
|
||||||
@go-bindata -o webui/compiled.go -pkg webui webui/...
|
@go-bindata -o webui/compiled.go -pkg webui webui/...
|
||||||
|
|
||||||
bindata:
|
bindata:
|
||||||
|
|||||||
Reference in New Issue
Block a user