Fix makefile for new cmd path

This commit is contained in:
Ben Kraft
2020-03-27 15:16:25 -07:00
parent 0dcd124c8e
commit 9ae5f71bce
+1 -1
View File
@@ -1,5 +1,5 @@
example:
go run ./cmd/genql example/genql.yaml
go run . example/genql.yaml
go run ./example/cmd/example/main.go csilvers
.PHONY: example