Skip to content

Commit 1b5494f

Browse files
committed
Fix paths in the example Makefile
1 parent 60d7e94 commit 1b5494f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/MakefileExample/Makefile-3rd_party-board.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
### 3. Create this Makefile (use your vendor/package name)
3232

3333
### ALTERNATE_CORE = sparkfun
34-
### include ~/Arduino-Makefile/Arduino.mk
34+
### include $(HOME)/Arduino-Makefile/Arduino.mk
3535

3636
### 4. run 'make show_boards'
3737
### check that you can see (only) boards provided by this vendor
@@ -52,5 +52,5 @@ ARDUINO_SKETCHBOOK = $(HOME)/sketchbook
5252
ALTERNATE_CORE = sparkfun
5353
BOARD_TAG = promicro
5454
BOARD_SUB = 8MHzatmega32U4
55-
include $(ARDMK_DIR)/Arduino.mk
55+
include /usr/share/arduino/Arduino.mk
5656

0 commit comments

Comments
 (0)