home *** CD-ROM | disk | FTP | other *** search
/ messroms.de / 2007-01-13_www.messroms.de.zip / VZ200 / TOOLS / ZCCSRC.ZIP / test / Makefile < prev    next >
Makefile  |  1996-01-31  |  316b  |  12 lines

  1. hello.ihx:    hello.c 0crt.rel
  2.     PATH="../bin:$$PATH" zcc -O -v -b_CODE=0x8000 -b_BSS=0x9000 -b_STACK=0x9f00 hello.c
  3.  
  4. x.ihx:    x.c 0crt.rel
  5.     PATH="../bin:$$PATH" zcc -O -v -b_CODE=0x8000 -b_BSS=0x9000 -b_STACK=0x9f00 x.c
  6.  
  7. 0crt.rel:    0crt.asm
  8.     ../bin/asz80 0crt.asm
  9.  
  10. flashled.rel:    flashled.asm
  11.     ../bin/asz80 -c flashled.asm
  12.