fixed order

This commit is contained in:
Steffen Vogel 2013-08-14 23:02:23 +02:00
parent 0fbae3ad8b
commit a7f14e04fa

View file

@ -1,8 +1,3 @@
# Target Options
TARGET = main
OBJS = $(TARGET).o uart.o lcd.o
# Hey Emacs, this is a -*- makefile -*-
#----------------------------------------------------------------------------
# Makefile for the avr-gcc Toolchain
@ -11,7 +6,11 @@ OBJS = $(TARGET).o uart.o lcd.o
#
#----------------------------------------------------------------------------
# Target
# Target Options
TARGET = main
OBJS = $(TARGET).o uart.o lcd.o
# Hardware
MCU = atmega328p
F_CPU = 14745000