File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
libraries/CurieMailbox/examples Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ ifeq ("$(strip $(CODK_DIR ) ) ", "")
2
+ $(error Please set the CODK_DIR variable.)
3
+ endif
4
+
5
+ ARDUINOSW_DIR ?= $(CODK_DIR ) /arc
6
+
7
+ current_dir = $(shell pwd)
8
+
9
+ VERBOSE = true
10
+
11
+ LIBDIRS = $(ARDUINOSW_DIR ) /corelibs/libraries/CurieMailbox/src
12
+
13
+ include $(ARDUINOSW_DIR ) /Makefile.inc
14
+
15
+ all : compile
16
+
17
+ .DEFAULT_GOAL := all
Original file line number Diff line number Diff line change
1
+ ifeq ("$(strip $(CODK_DIR ) ) ", "")
2
+ $(error Please set the CODK_DIR variable.)
3
+ endif
4
+
5
+ ARDUINOSW_DIR ?= $(CODK_DIR ) /arc
6
+
7
+ current_dir = $(shell pwd)
8
+
9
+ VERBOSE = true
10
+
11
+ LIBDIRS = $(ARDUINOSW_DIR ) /corelibs/libraries/CurieMailbox/src
12
+
13
+ include $(ARDUINOSW_DIR ) /Makefile.inc
14
+
15
+ all : compile
16
+
17
+ .DEFAULT_GOAL := all
You can’t perform that action at this time.
0 commit comments