From 6f369e56940287b984b84526c4f09a355b81dc0e Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Mon, 19 Mar 2018 22:39:27 +0100 Subject: make all --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 8785d37..f942ee1 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,8 @@ CFLAGS = -lpthread -lstdc++ CFLAGS += `pkg-config --libs opencv` CFLAGS += -I/Users/pks/.local/include +all: crop denoise merge straighten unsharp-mask + crop: crop.cc clang $(CFLAGS) crop.cc -o crop -- cgit v1.2.3