Skip to content

Commit

Permalink
perf: modify Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeEirc committed Jun 25, 2024
1 parent 5290116 commit 9046077
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,11 @@ docker:
clean:
-rm -rf $(BUILDDIR)
-rm -rf $(UIDIR)/dist/*

.PHONY: run
run:
go run ./cmd/koko/

.PHONY: run-ui
run-ui:
cd $(UIDIR) && yarn run serve

0 comments on commit 9046077

Please sign in to comment.