Skip to content

Commit

Permalink
Fix names of makefile commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Evertras committed Jan 28, 2024
1 parent 89b2ed1 commit ffbb3a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ GO_FILES=$(shell find pkg -name '*.go')
################################################################################
# Demo

.PHONY: default
demo: git-hooks
.PHONY: demo-clocks
demo-clocks: git-hooks
@go run ./cmd/yakdash/main.go -c examples/clocks.yaml

.PHONY: default
.PHONY: demo-command
demo-command: git-hooks
@go run ./cmd/yakdash/main.go -c examples/command.yaml

Expand Down

0 comments on commit ffbb3a2

Please sign in to comment.