From 0ca2a5b069b3a0dcef2ff243725187636eefffd7 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 4 Oct 2018 23:05:50 +0100 Subject: [PATCH] ue: fix Makefile.z80 clean --- Applications/ue/Makefile.z80 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1