Skip to content

Commit

Permalink
undo makefile change
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Oct 12, 2024
1 parent 5d329ef commit fa68f4f
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 @@ -49,7 +49,7 @@ build-future:
FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9

build:
$(MAKE) build-deps
$(MAKE) -j 4 build-deps
docker build -t stellar/quickstart:$(TAG) -f Dockerfile . \
--build-arg REVISION=$(REVISION) \
--build-arg PROTOCOL_VERSION_DEFAULT=$(PROTOCOL_VERSION_DEFAULT) \
Expand Down

0 comments on commit fa68f4f

Please sign in to comment.