mirror of
https://github.com/ctm/syn68k.git
synced 2024-11-25 07:32:17 +00:00
8 lines
112 B
Makefile
8 lines
112 B
Makefile
CC = cc
|
|
OFILE_DIR = obj/alpha
|
|
LIBDIR = ../lib/alpha
|
|
LIBS =
|
|
HOSTCPU = alpha
|
|
RANLIB = /bin/ranlib
|
|
LDFLAGS = -taso
|