From: Alan Cox Date: Sat, 29 Sep 2018 22:05:46 +0000 (+0100) Subject: ubee: Makefile cleanup tidy X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0bd53fdf00e7fa397fd9c51c351b40a8a7818003;p=FUZIX.git ubee: Makefile cleanup tidy --- 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