home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Big Green CD 8
/
BGCD_8_Dev.iso
/
NEXTSTEP
/
Drivers
/
joystick-0.0-I
/
joystick.next
/
test
/
Makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1997-11-03
|
161 b
|
12 lines
#ARCHES=-arch m68k -arch i386 -arch sparc -arch hppa
ARCHES=-arch i386
CFLAGS= -Wall -O -I.. -g
OFILES = js js2 jscal
all: ${OFILES}
clean:
rm -f ${OFILES}