Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update make commands #1097

Merged
merged 9 commits into from
Jun 22, 2022
Merged
Prev Previous commit
Next Next commit
move make files to make directory
  • Loading branch information
ryanchristo committed Jun 17, 2022
commit 97989e28658474d1d641e3059120758532d63260
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -238,19 +238,19 @@ tools: go-version
### Protobuf ###
###############################################################################

include proto.mk
include make/proto.mk

###############################################################################
### Tests ###
###############################################################################

include tests.mk
include make/tests.mk

###############################################################################
### Simulations ###
###############################################################################

include sims.mk
include make/sims.mk

###############################################################################
### Documentation ###
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.