Skip to content

Commit

Permalink
Use relative path to examples (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
4-20ma authored Sep 23, 2016
1 parent fd89679 commit 18ffb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#-------------------------------------------------------------------- settings
FIND := find
DIR := $(PWD)/examples
DIR := examples
CRITERIA := \( -name "*.ino" -o -name "*.pde" \)
EACH_EXAMPLE := $(FIND) $(DIR) $(CRITERIA) -exec
BUILD := platformio ci
Expand Down

0 comments on commit 18ffb8b

Please sign in to comment.