From abce2011c6d5b199287af18093825395bb6f6b64 Mon Sep 17 00:00:00 2001 From: Paolo Pisati Date: Tue, 10 Jul 2018 06:58:50 +0000 Subject: [PATCH] netd: 68000: dummy Makefile Signed-off-by: Paolo Pisati --- Applications/netd/Makefile.68000 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Applications/netd/Makefile.68000 diff --git a/Applications/netd/Makefile.68000 b/Applications/netd/Makefile.68000 new file mode 100644 index 00000000..96b7a425 --- /dev/null +++ b/Applications/netd/Makefile.68000 @@ -0,0 +1,7 @@ +all: + +clean: + rm -f $(OBJS) $(APPS) $(SRCS:.c=) core *~ *.asm *.lst *.sym *.map *.noi *.lk *.ihx *.tmp *.bin size.report *~ + +rmbak: + rm -f *~ core -- 2.34.1