From: Alan Cox Date: Thu, 4 Oct 2018 22:05:50 +0000 (+0100) Subject: ue: fix Makefile.z80 clean X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0ca2a5b069b3a0dcef2ff243725187636eefffd7;p=FUZIX.git ue: fix Makefile.z80 clean --- diff --git a/Applications/ue/Makefile.z80 b/Applications/ue/Makefile.z80 index e5718d4a..426b4bd2 100644 --- a/Applications/ue/Makefile.z80 +++ b/Applications/ue/Makefile.z80 @@ -25,5 +25,5 @@ ue: $(OBJS) term.rel $(CC) -o $@ --nostdio $(OBJS) term.rel -ltermcap clean realclean clobber: - rm -f *.rel ue *~ + rm -f *.rel ue *~ *.lk *.map *.noi *.lsm *.sym *.asm *.lst