ini
[aversive.git] / projects / microb2009 / tests / encoders_at90s2313 / Makefile
1 TARGET = encoders
2
3 AVERSIVE_DIR = ../../..
4
5 # List C source files here. (C dependencies are automatically generated.)
6 SRC = 
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 = $(TARGET).S 
16
17 AVRDUDE_DELAY=30
18
19 ########################################
20
21 -include .aversive_conf
22 include $(AVERSIVE_DIR)/mk/aversive_project.mk