home *** CD-ROM | disk | FTP | other *** search
/ messroms.de / 2007-01-13_www.messroms.de.zip / VZ200 / TOOLS / ZCCSRC.ZIP / zcc / Makefile next >
Makefile  |  2000-03-01  |  116b  |  8 lines

  1. .c$(O):
  2.     $(CC) $(CFLAGS) $(DEBUG) -c $<
  3.  
  4. all:    zcc$(E)
  5.  
  6. zcc$(E):       zcc$(O)
  7.     $(CC) $(DEBUG) $(OUT) zcc$(O)
  8.