aboutsummaryrefslogtreecommitdiff
path: root/unix/make/Makefile.CMD
diff options
context:
space:
mode:
Diffstat (limited to 'unix/make/Makefile.CMD')
-rw-r--r--unix/make/Makefile.CMD3
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/make/Makefile.CMD b/unix/make/Makefile.CMD
index 04cd1601..6a1e9014 100644
--- a/unix/make/Makefile.CMD
+++ b/unix/make/Makefile.CMD
@@ -3,3 +3,6 @@ $(TARG): $(OFILES)
$(CC) -o $(TARG) $(OFILES) -L$(PREFIX)/lib -L../libutf -L../libfmt -L../libbio -L../libregexp -lregexp9 -lbio -lfmt -lutf
+clean:
+ rm -f $(OFILES) $(TARG)
+