Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Euler-B authored Mar 10, 2024
1 parent 72fc9aa commit fab5807
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,12 @@ test-race:
.PHONY: watch
watch:
reflex -d "none" -r '\.go$$' -s -- $(MAKE) -s $(WATCH_TARGET)

.PHONY: air-init
air-init:
$(GOPATH)/bin/air init

.PHONY: air
air:
$(GOPATH)/bin/air

0 comments on commit fab5807

Please sign in to comment.