vt100: include pgmspace.h as we use PROGMEM macro
[aversive.git] / mk / Makefile_project.template
1 TARGET = main
2
3 AVERSIVE_DIR = # VALUE, absolute or relative path : example ../.. #
4
5 # List C source files here. (C dependencies are automatically generated.)
6 SRC = $(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 ########################################
18
19 -include .aversive_conf
20 include $(AVERSIVE_DIR)/mk/aversive_project.mk