From: Alan Cox Date: Sun, 8 Apr 2018 23:05:22 +0000 (+0100) Subject: 6502: fix make clean X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6e6ae55ae3ee9b81c6fca52f456a7eec1b3fe2c8;p=FUZIX.git 6502: fix make clean --- diff --git a/Library/libs/Makefile.6502 b/Library/libs/Makefile.6502 index a45bd4f7..b5dc8b85 100644 --- a/Library/libs/Makefile.6502 +++ b/Library/libs/Makefile.6502 @@ -130,6 +130,7 @@ $(OBJ_HARD):%.o: %.c clean: rm -rf *.o *.lib *~ syscall.l libc.l syslib.l liberror.txt + (cd curses; rm -rf *.rel *.asm *.sym *.lst *~ *.o) (cd fuzix6502; make clean) # Blank for now until we sort stuff out properly for 6502