Skip to content

Commit 17bb8fb

Browse files
committed
Cleanup
1 parent cf4c648 commit 17bb8fb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Makefile

-8
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ install: deps
2323
@echo "--> Build and install binary"
2424
@go install -ldflags $(GOLDFLAGS) ./...
2525

26-
bindata: tools
27-
@echo "--> Generate bindata"
28-
@go-bindata -pkg tornote templates/... \
29-
public/vendor/jquery/dist/jquery.slim.min.js \
30-
public/vendor/sjcl/sjcl.js \
31-
public/main.js \
32-
public/styles.css
33-
3426
format:
3527
@echo "--> Running go fmt"
3628
@go fmt ./...

0 commit comments

Comments
 (0)