summaryrefslogtreecommitdiff
path: root/com32/samples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'com32/samples/Makefile')
-rw-r--r--com32/samples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/samples/Makefile b/com32/samples/Makefile
index 77feb58c..bad0676f 100644
--- a/com32/samples/Makefile
+++ b/com32/samples/Makefile
@@ -78,7 +78,7 @@ all: hello.c32 cat.c32 resolv.c32 vesainfo.c32 serialinfo.c32 \
%.c32: %.elf
$(OBJCOPY) -O binary $< $@
-tidy:
+tidy dist:
rm -f *.o *.lo *.a *.lst *.elf .*.d
clean: tidy