mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-24 22:31:10 -05:00
first commit
This commit is contained in:
17
src/x68k/RASDRV/Makefile
Normal file
17
src/x68k/RASDRV/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# Makefile for RASDRV.SYS
|
||||
#
|
||||
|
||||
CC = gcc -O2 -Wall -fomit-frame-pointer
|
||||
AS = has
|
||||
LK = hlk -l -x
|
||||
|
||||
RASDRV.SYS : RASDRV.o BRIDGE.o
|
||||
$(LK) -o $@ $^ libc.a libiocs.a libscsi.a
|
||||
|
||||
RASDRV.o : RASDRV.S
|
||||
$(AS) $^
|
||||
|
||||
BRIDGE.o : BRIDGE.C
|
||||
$(CC) -c -o $@ $^
|
||||
|
||||
Reference in New Issue
Block a user