From 2e545d649b68da497c240a240fe48f9999299d9d Mon Sep 17 00:00:00 2001 From: Paolo Pisati Date: Thu, 12 Jul 2018 17:03:53 +0000 Subject: [PATCH] Applications/netd: Makefile.68000: fix typo Signed-off-by: Paolo Pisati --- Applications/netd/Makefile.68000 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/netd/Makefile.68000 b/Applications/netd/Makefile.68000 index a747b5da..4fb149c2 100644 --- a/Applications/netd/Makefile.68000 +++ b/Applications/netd/Makefile.68000 @@ -61,7 +61,7 @@ tinyirc: $(CRT0) tinyirc.o linein.o gethostbyname.o $(ELF2FUZIX) -o $@ $@.bin -ize.report: $(APPS) +size.report: $(APPS) ls -l $^ > $@ clean: -- 2.34.1