X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2Fz80%2FMakefile;h=8d40d8678f4a2ed7040349a5ad056911f88abbe2;hb=12a13c467cb444adb9317ffca8f4899f5076de3f;hp=de0563224f5999f3995c73b13aa7eb9607b7df65;hpb=59176244d45b896b8212ce19c1c438eeafd29478;p=fw%2Fsdcc diff --git a/device/lib/z80/Makefile b/device/lib/z80/Makefile index de056322..8d40d867 100644 --- a/device/lib/z80/Makefile +++ b/device/lib/z80/Makefile @@ -5,8 +5,7 @@ TOPDIR = ../../.. SCC = $(TOPDIR)/bin/sdcc -mz80 SAS = $(TOPDIR)/bin/as-z80 -OBJ = div.o mul.o putchar.o printf.o shift.o stubs.o \ - asm_strings.o +OBJ = div.o mul.o putchar.o printf.o shift.o stubs.o LIB = z80.lib CC = $(SCC) @@ -30,4 +29,4 @@ $(LIB): $(OBJ) Makefile _dummy _dummy: clean: - rm -f $(OBJ) *~ $(CLEANSPEC) *.dump* *.asm *.lib + rm -f *.o *.sym *.lst *~ $(CLEANSPEC) *.dump* *.asm *.lib