summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a3d753f..1ce56aa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
progs = isascii
all: $(progs)
+
+clean:
+ rm -f $(progs)