summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: