Move main.cpp to test. Move lcd.cpp and lcd.h to src

This commit is contained in:
2020-12-10 17:20:16 +13:00
parent 2281caedfc
commit 511b5e52b0
4 changed files with 3 additions and 3 deletions

View File

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