diff options
author | Patrick Simianer <pks@pks.rocks> | 2018-06-21 14:02:37 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2018-06-21 14:02:37 +0200 |
commit | f85bf3e9c939c1d92af2f4388d54cbc8713165c2 (patch) | |
tree | 37a393b53e6aed02d705abc501ea0f026ca703b5 | |
parent | 6f369e56940287b984b84526c4f09a355b81dc0e (diff) |
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 + |