modified makefile to allow easier adjustment of build options for different targets...
[AROS-Contrib.git] / dopus / DOpusRT / makefile
bloba779dbc3adc6cdddc7cbc946a6e03a76b84a65e8
1 CC = m68k-amigaos-gcc
3 CPU = -m68020
5 All: ../../DOpusRT
7 ../../DOpusRT: DOpusRT.o
8 $(CC) -o ../../DOpusRT DOpusRT.o $(CPU) -noixemul -resident -ldebug
10 DOpusRT.o: DOpusRT.c
11 $(CC) -c DOpusRT.c -O3 -Wall -I../include $(CPU) -fomit-frame-pointer -fbaserel -msmall-code