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:
Makefile  |  1997-11-03  |  161 b   |  12 lines

  1. #ARCHES=-arch m68k -arch i386 -arch sparc -arch hppa
  2. ARCHES=-arch i386
  3. CFLAGS= -Wall -O -I.. -g
  4.  
  5. OFILES = js js2 jscal
  6.  
  7. all: ${OFILES}
  8.  
  9. clean:
  10.     rm -f ${OFILES}
  11.  
  12.