fixed Makefile

This commit is contained in:
bigalex 2012-09-19 20:30:10 +02:00
parent d5c66c05a2
commit 9e0ce8e7a5

View File

@ -36,7 +36,7 @@ OPT = s
########################################################################################################## ##########################################################################################################
# List C source files here. (C dependencies are automatically generated.) # List C source files here. (C dependencies are automatically generated.)
SRC = main.c lib/synth.c lib/usart.c lib/bughal.c lib/util.h SRC = main.c lib/synth.c lib/usart.c lib/bughal.c lib/util.c
########################################################################################################## ##########################################################################################################