chore: remove Makefile

This commit is contained in:
Jordan Knott 2020-07-16 22:37:27 -05:00
parent 1ad63a2b0c
commit e15bccff89

View File

@ -1,7 +0,0 @@
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