mirror of
https://github.com/makew0rld/amfora.git
synced 2025-02-02 15:07:34 -05:00
🔨 Add gen command to Makefile
This commit is contained in:
parent
fe35f45e8c
commit
d4c7e87838
5
Makefile
5
Makefile
@ -32,6 +32,11 @@ uninstall:
|
|||||||
$(RM) -f $(PREFIX)/share/applications/amfora.desktop
|
$(RM) -f $(PREFIX)/share/applications/amfora.desktop
|
||||||
|
|
||||||
# Development helpers
|
# Development helpers
|
||||||
|
|
||||||
.PHONY: fmt
|
.PHONY: fmt
|
||||||
fmt:
|
fmt:
|
||||||
$(GO) fmt ./...
|
$(GO) fmt ./...
|
||||||
|
|
||||||
|
.PHONY: gen
|
||||||
|
gen:
|
||||||
|
$(GO) generate ./...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user