Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
chore: update Makefile to remove unused targets
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Jul 7, 2022
1 parent 0267f1d commit 67780bc
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions Makefile
Expand Up @@ -11,21 +11,9 @@ run-app:
go run ./cmd/reearth

run-db:
docker-compose up -d reearth-mongo
docker compose up -d reearth-mongo

gen:
go generate ./...

gen/gql:
gql:
go generate ./internal/adapter/gql

gen/builtin:
go generate ./pkg/builtin

gen/manifest:
go generate ./pkg/plugin/manifest

gen/id:
go generate ./pkg/id

.PHONY: lint test build run-app run-db gen gen/gql gen/builtin gen/manifest gen/id
.PHONY: lint test build run-app run-db gql

0 comments on commit 67780bc

Please sign in to comment.