summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-06-26 03:50:09 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-06-26 03:50:09 -0400
commite8aabaf365dc3a52150570fb7140a0f01e6fa2a6 (patch)
tree303c7821fc9db1e0f60a93b14f16440ff0d575d1
parentMake faster. Use ellipses. (diff)
downloadOpenCV-Learning-Space-master.tar.xz
OpenCV-Learning-Space-master.zip
Add makefile.HEADmaster
-rw-r--r--.gitignore1
-rw-r--r--Makefile4
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..25c9ea3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+face-detection
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..d690841
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+CPPFLAGS += $(shell pkg-config --cflags opencv)
+LDFLAGS += $(shell pkg-config --libs opencv)
+
+face-detection: