Skip to content

Commit

Permalink
Added a check for RELEASE=0
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Jul 12, 2023
1 parent fb03093 commit 75c6266
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions make/sanitycheck.make
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ ifeq ($(BOARD),PICO)
BOARD=PICO_R1_3
endif

ifeq ($(RELEASE),0)
undefine RELEASE
endif

ifdef PUCKJS
$(error You now need to build with 'BOARD=PUCKJS make')
endif
Expand Down

0 comments on commit 75c6266

Please sign in to comment.