Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lusingander committed Sep 18, 2021
1 parent cbf57e6 commit 034c58a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.PHONY: credit
credit:
go run github.com/lusingander/fyne-credits-generator/cmd/fyne-credits-generator@latest -package ui > internal/ui/credits.go

.PHONY: run
run:
go run main.go

0 comments on commit 034c58a

Please sign in to comment.