mirror of
https://git.sr.ht/~sircmpwn/pages.sr.ht
synced 2024-11-02 03:10:20 +01:00
Fix makefile & gitignore
This commit is contained in:
parent
f209b016b7
commit
92f5bb8e98
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,4 +2,4 @@ config.ini
|
|||
certs
|
||||
pages.sr.ht
|
||||
*_gen.go
|
||||
api/graph/generated.go
|
||||
graph/api/generated.go
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
all: server
|
||||
|
||||
server:
|
||||
go generate ./graph
|
||||
go generate ./...
|
||||
go build
|
||||
|
||||
.PHONY: all server
|
||||
|
|
Loading…
Reference in a new issue