Subversion Repositories Krakow BASIC

Rev

Rev 8 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 nishi 1
# $Id: arduino.mk 29 2024-09-05 04:27:28Z nishi $
2
 
3
CC = avr-gcc
8 nishi 4
LD = avr-gcc
4 nishi 5
CFLAGS = -std=c99 -DPLATFORM_ARDUINO -Os -DF_CPU=16000000UL -mmcu=atmega328p -c
29 nishi 6
LDFLAGS = -mmcu=atmega328p -o
2 nishi 7
LIBS =
8
EXEC = .elf
4 nishi 9
OBJ = .o
2 nishi 10
TARGET = krakow.hex
11
SECTION = .eeprom