home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
messroms.de
/
2007-01-13_www.messroms.de.zip
/
VZ200
/
TOOLS
/
ZCCSRC.ZIP
/
zcc
/
Makefile
next >
Wrap
Makefile
|
2000-03-01
|
116b
|
8 lines
.c$(O):
$(CC) $(CFLAGS) $(DEBUG) -c $<
all: zcc$(E)
zcc$(E): zcc$(O)
$(CC) $(DEBUG) $(OUT) zcc$(O)