diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ check: test dist: release govet: - $(GOVET) gogs.go + $(GOVET) main.go $(GOVET) models modules routers build: $(GENERATED) |