aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 361cf84..602ad22 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,9 @@
BOARD_TAG = nano328
MONITOR_PORTS = /dev/ttyUSB*
ARDUINO_LIBS = LiquidCrystal
+ARDUINO_MK = /usr/share/arduino/Arduino.mk
-include /usr/share/arduino/Arduino.mk
+include $(ARDUINO_MK)
tags: *.cpp *.h *.ino
ctags --language-force=C++ $^