home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource5
/
348_01
/
z80.mak
< prev
next >
Wrap
Text File
|
1991-05-02
|
187b
|
13 lines
#
# this is the makefile to the 8048 cross assembler
#
OBJECTS = z80a.o z80aeval.o z80autil.o
CFLAGS = -O
z80a: $(OBJECTS)
cc $(CFLAGS) $(OBJECTS) -o z80a
clean:
rm *.o