Files
taskcafe/Makefile
2020-07-04 18:08:37 -05:00

8 lines
180 B
Makefile

generate:
rm graph/schema.graphqls
for f in graph/schema/*.gql; do cat $f; echo; done > graph/schema.graphqls
start:
docker container start test-db
go run cmd/citadel/main.go