Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wovo committed Sep 13, 2019
1 parent 5855940 commit f7cf3e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ ifeq ($(TARGET),native)
endif

# defer to bmptk
include $(BMPTK)/Makefile.inc
include $(BMPTK)/Makefile.inc
3 changes: 3 additions & 0 deletions makefile.local
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
# where to find bmptk
BMPTK ?= $(RELATIVE)/../bmptk

# where to find rtos
RTOS ?= $(RELATIVE)/../rtos

# where to find Catch
CATCH ?= $(RELATIVE)/../Catch2

Expand Down

0 comments on commit f7cf3e6

Please sign in to comment.