mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-01-24 02:57:46 +00:00
17 lines
184 B
Makefile
17 lines
184 B
Makefile
# MorphOS
|
|
|
|
TARGET = _mos
|
|
TARGETEXTENSION =
|
|
|
|
CC = vc +morphos
|
|
CCOUT = -o
|
|
COPTS = -c -DAMIGA -O1
|
|
|
|
LD = $(CC)
|
|
LDOUT = $(CCOUT)
|
|
LDFLAGS = -lm
|
|
|
|
RM = delete force quiet
|
|
|
|
include make.rules
|