clean up Makefiles

This commit is contained in:
j3d1 2018-10-28 14:00:38 +01:00
parent 4218c4102e
commit 6da35ff25d
3 changed files with 10 additions and 11 deletions

View file

@ -1,3 +1,5 @@
include OBJECTS
#==== Main Options =============================================================
MCU = atmega328p
@ -5,11 +7,7 @@ F_CPU = 16000000
LFUSE = 0xf1
HFUSE = 0xdf
TARGET = main
SRC = col.cpp hal.cpp main.cpp
SRCDIR = src
INCDIR = inc
OBJDIR = build/avr
BACKUPDIR = backup