summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/Makefile b/examples/Makefile
deleted file mode 100644
index 18bb7a5..0000000
--- a/examples/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-PROFILE?=release
-build/read_conf: read_conf.c ../$(PROFILE)/libpom.a
- @mkdir -p build
- $(CC) -I.. -Wall -o $@ read_conf.c ../$(PROFILE)/libpom.a