From: Philipp Spitzer Date: Wed, 21 Oct 2020 19:51:15 +0000 (+0200) Subject: Use make file. X-Git-Url: https://git.toastfreeware.priv.at/toast/airingbutler.git/commitdiff_plain/c9290ef353704b9f271d9dba84f760d9a30ab95a Use make file. --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..dd82311 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +BOARD_TAG=uno +MONITOR_PORT=/dev/ttyACM0 +# ARDUINO_SKETCHBOOK=~/sketchbook +include /usr/share/arduino/Arduino.mk