Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
montyanderson committed Oct 16, 2020
1 parent 83c7849 commit 47c2064
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 @@ -30,7 +30,7 @@ build: uplink-c
uplink-c:
if [ ! -d $(UPLINKC_NAME) ]; then\
git clone -b $(UPLINKC_VERSION) $(GIT_REPO);\
fi;\
fi;
ifeq "$(shell uname)" "Darwin"
curl $(shell node scripts/go-url.js) --output $(GOBUNDLE);\
gunzip -c $(GOBUNDLE) | tar xopf -;\
Expand Down

0 comments on commit 47c2064

Please sign in to comment.