code 2010
[aversive.git] / projects / microb2010 / tests / static_beacon / Makefile
1 TARGET = static_beacon
2
3 AVERSIVE_DIR = ../../../..
4
5 # List C source files here. (C dependencies are automatically generated.)
6 SRC = framedist.c $(TARGET).c
7
8 # List Assembler source files here.
9 # Make them always end in a capital .S.  Files ending in a lowercase .s
10 # will not be considered source files but generated files (assembler
11 # output from the compiler), and will be deleted upon "make clean"!
12 # Even though the DOS/Win* filesystem matches both .s and .S the same,
13 # it will preserve the spelling of the filenames, and gcc itself does
14 # care about how the name is spelled on its command-line.
15 ASRC =
16
17 AVRDUDE_DELAY=30
18
19 CFLAGS += -W
20
21 ########################################
22
23 -include .aversive_conf
24 include $(AVERSIVE_DIR)/mk/aversive_project.mk