mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-01-26 03:41:46 +00:00
17 lines
188 B
Makefile
17 lines
188 B
Makefile
# WarpOS
|
|
|
|
TARGET = _wos
|
|
TARGETEXTENSION =
|
|
|
|
CC = vc +warpos
|
|
CCOUT = -o
|
|
COPTS = -c -c99 -DAMIGA -O1
|
|
|
|
LD = $(CC)
|
|
LDOUT = $(CCOUT)
|
|
LDFLAGS = -lm
|
|
|
|
RM = delete force quiet
|
|
|
|
include make.rules
|