mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-01-25 11:26:47 +00:00
17 lines
176 B
Makefile
17 lines
176 B
Makefile
# Atari TOS/MiNT
|
|
|
|
TARGET = _TOS
|
|
TARGETEXTENSION = .ttp
|
|
|
|
CC = vc +tos
|
|
CCOUT = -o
|
|
COPTS = -c -c99 -O1
|
|
|
|
LD = $(CC)
|
|
LDOUT = $(CCOUT)
|
|
LDFLAGS = -lm
|
|
|
|
RM = rm -f
|
|
|
|
include make.rules
|