summaryrefslogtreecommitdiff
path: root/n/chenil/Makefile
blob: 707ae0aba16ec0d71e5deb11a998010925afc3bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PROGS = chenil
SOURCES = chenil.c
DOC =
EXTRACTDOC =
MODULES = n/avr/utils
# atmega8, atmega8535, atmega128...
MCU_TARGET = atmega8
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

DEFS =
LIBS =

include Makefile.avr