Skip to content

Commit

Permalink
Fixed issue when parsing multiple commands in a row - changelist buff…
Browse files Browse the repository at this point in the history
…er is now properly zeroed (#6)
  • Loading branch information
0xMMBD committed Oct 26, 2023
1 parent e9823db commit db2aee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
ifeq ($(BOLOS_SDK),)
# `THIS_DIR` must be resolved BEFORE any `include` directives
THIS_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
TARGET_SDK := $(shell ./util/read-last-sdk)
BOLOS_SDK := ${$(TARGET_SDK)}
TARGET_SDK := $(shell ./util/read-last-sdk)
BOLOS_SDK := ${$(TARGET_SDK)}
endif

ifeq ($(BOLOS_SDK),)
Expand Down

0 comments on commit db2aee0

Please sign in to comment.