]> git.gag.com Git - fw/sdcc/blobdiff - device/lib/z80/Makefile
* Fixed alias of -c to -canything
[fw/sdcc] / device / lib / z80 / Makefile
index ba6e567361ed66a262c85826f5987d68025af182..7cae7cf0acb38f43d1413c67124926ce49091881 100644 (file)
@@ -5,7 +5,7 @@ TOPDIR = ../../..
 SCC = $(TOPDIR)/bin/sdcc -mz80
 SAS = $(TOPDIR)/bin/as-z80
 
-OBJ = div.o mul.o putchar.o printf.o # asm_strings.o string.s
+OBJ = div.o mul.o putchar.o printf.o shift.o stubs.o # asm_strings.o string.s
 LIB = z80.lib
 CC = $(SCC)
 AS = $(SAS)
@@ -23,4 +23,4 @@ $(LIB): $(OBJ) Makefile _dummy
 _dummy:
 
 clean:
-       rm -f $(OBJ) *~ $(CLEANSPEC) *.dump*
+       rm -f $(OBJ) *~ $(CLEANSPEC) *.dump* *.asm *.lib