Skip to content

Commit

Permalink
restore makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Solovyov1796 committed Aug 1, 2024
1 parent 8f93a9a commit 1206d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ build-linux-arm64:
GOOS=linux GOARCH=arm64 LEDGER_ENABLED=false $(MAKE) build

$(BUILD_TARGETS): go.sum $(BUILDDIR)/
cd ${CURRENT_DIR}/simapp && go $@ $(BUILD_FLAGS) $(BUILD_ARGS) ./...
cd ${CURRENT_DIR}/simapp && go $@ -mod=readonly $(BUILD_FLAGS) $(BUILD_ARGS) ./...

$(BUILDDIR)/:
mkdir -p $(BUILDDIR)/
Expand Down

0 comments on commit 1206d93

Please sign in to comment.