clean up Makefiles
This commit is contained in:
parent
4218c4102e
commit
6da35ff25d
3 changed files with 10 additions and 11 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue