diff options
| author | Patrick Simianer <pks@pks.rocks> | 2018-03-19 22:39:27 +0100 |
|---|---|---|
| committer | Patrick Simianer <pks@pks.rocks> | 2018-03-19 22:39:27 +0100 |
| commit | 6f369e56940287b984b84526c4f09a355b81dc0e (patch) | |
| tree | eeada3b5d82a8203f73c1740d9abc3fe03e0bbbb | |
| parent | 7f886612caab7a111620cc790142678e49295da7 (diff) | |
make all
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
