Skip to content

Commit

Permalink
fix: makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
polarhive committed Mar 21, 2024
1 parent d362677 commit 54f9649
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
all:
@make install
@make build
install:
@echo "installing go bin"
@echo "go: installing anna"
@go install github.com/acmpesuecc/anna@latest
build:
@echo "building site"
@echo "anna: building site"
@$(GOPATH)/bin/anna
serve:
@echo "serving site"
@echo "anna: serving site"
@$(GOPATH)/bin/anna -s
clean:
@echo "cleaning site/rendered"
@echo "bash: purging site/rendered"
@rm -rf site/rendered
all:
@install
@build

0 comments on commit 54f9649

Please sign in to comment.