summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f942ee1..b6aa64f 100644
--- a/Makefile
+++ b/Makefile
@@ -19,3 +19,6 @@ straighten: straighten.cc
unsharp-mask: unsharp-mask.cc cxxopts/src/cxxopts.hpp
clang -std=c++11 $(CFLAGS) unsharp-mask.cc -o unsharp-mask
+clean:
+ rm -f crop denoise merge straighten unsharp-mask
+