summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <pks@pks.rocks>2018-06-21 14:02:37 +0200
committerPatrick Simianer <pks@pks.rocks>2018-06-21 14:02:37 +0200
commitf85bf3e9c939c1d92af2f4388d54cbc8713165c2 (patch)
tree37a393b53e6aed02d705abc501ea0f026ca703b5
parent6f369e56940287b984b84526c4f09a355b81dc0e (diff)
make cleanHEADmaster
-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
+