update imports
This commit is contained in:
8
Makefile
8
Makefile
@@ -9,9 +9,8 @@ all: $(BINARY)
|
||||
clean:
|
||||
rm -f $(BINARY) $(ROUTE_ASSET) $(ROUTE_FILES)
|
||||
|
||||
fmt: $(SOURCE) $(SCHEMA_ASSET) $(ROUTE_ASSET)
|
||||
gofmt -w -l .
|
||||
go tool vet -composites=false .
|
||||
run: $(BINARY)
|
||||
./$(BINARY) -vv serve
|
||||
|
||||
$(BINARY): $(SOURCE) $(ROUTE_ASSET)
|
||||
go build
|
||||
@@ -42,5 +41,4 @@ public/style.css: assets/*.css
|
||||
deploy:
|
||||
cd debian && make && make deploy
|
||||
|
||||
.PHONEY: clean deploy fmt
|
||||
|
||||
.PHONEY: clean deploy run
|
||||
|
||||
Reference in New Issue
Block a user