Moved main.cpp to test folder

This commit is contained in:
2020-12-10 17:08:10 +13:00
parent 0990742327
commit 1912033263
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ CC=avr-g++
OBJCOPY=avr-objcopy
CFLAGS=-Wall -g -mmcu=${MCU} -DF_CPU=${F_CPU} -I.
TARGET=main
SRCS=src/*.cpp
SRCS=src/*.cpp test/main.cpp
default: build flash