summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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