From 0bd53fdf00e7fa397fd9c51c351b40a8a7818003 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 29 Sep 2018 23:05:46 +0100 Subject: [PATCH] ubee: Makefile cleanup tidy --- Kernel/platform-ubee/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Kernel/platform-ubee/Makefile b/Kernel/platform-ubee/Makefile index 8939db53..2ff9ca87 100644 --- a/Kernel/platform-ubee/Makefile +++ b/Kernel/platform-ubee/Makefile @@ -23,8 +23,6 @@ DOBJS = $(patsubst ../dev/%.c,%.rel, $(DSRCS)) OBJS = $(COBJS) $(AOBJS) $(NOBJS) $(DISCOBJS) $(DOBJS) $(DISCARD_DOBJS) -JUNK = $(CSRCS:.c=.lst) $(CSRCS:.c=.asm) $(CSRCS:.c=.sym) $(ASRCS:.s=.lst) $(ASRCS:.s=.sym) $(CSRCS:.c=.rst) $(ASRCS:.s=.rst) - all: $(OBJS) $(COBJS): %.rel: %.c @@ -46,7 +44,8 @@ $(AOBJS): %.rel: %.s $(CROSS_AS) $(ASOPTS) $< clean: - rm -f $(OBJS) $(JUNK) core *~ fuzix.ss80 bootstrap.bin + rm -f $(OBJS) *.lst *.asm *.sym *.rst *.lk core *~ + rm -f fuzix.ss80 bootstrap.bin image: sdasz80 -o bootstrap.s -- 2.34.1