taskcafe/Makefile

8 lines
180 B
Makefile
Raw Normal View History

generate:
rm graph/schema.graphqls
for f in graph/schema/*.gql; do cat $f; echo; done > graph/schema.graphqls
2020-06-13 00:21:58 +02:00
start:
docker container start test-db
go run cmd/citadel/main.go