mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-01-30 13:06:45 +00:00
17 lines
184 B
Makefile
17 lines
184 B
Makefile
# Atari TOS/MiNT
|
|
|
|
TARGET = _MiNT
|
|
TARGETEXTENSION =
|
|
|
|
CC = vc +mint
|
|
CCOUT = -o
|
|
COPTS = -c -c99 -cpu=68020 -O1
|
|
|
|
LD = $(CC)
|
|
LDOUT = $(CCOUT)
|
|
LDFLAGS = -lm
|
|
|
|
RM = rm -f
|
|
|
|
include make.rules
|