From f85bf3e9c939c1d92af2f4388d54cbc8713165c2 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 21 Jun 2018 14:02:37 +0200 Subject: make clean --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 + -- cgit v1.2.3