From 660172378f4ee083635fa4771c5409bc95533eab Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Thu, 2 Mar 2017 15:00:12 +0000 Subject: move source into src to aid compilation --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b831f77..15b9a9c 100755 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: - arduino --board adafruit:avr:feather32u4 --pref build.path=./build --verify ./main.ino + arduino --board adafruit:avr:feather32u4 --pref build.path=./build --verify ./src/src.ino clean: rm -rf ./build upload: - arduino --board adafruit:avr:feather32u4 --port /dev/ttyACM0 --upload ./main.ino + arduino --board adafruit:avr:feather32u4 --port /dev/ttyACM0 --upload ./src/src.ino -- cgit v1.2.3-70-g09d2