summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew O. Shadoura <bugzilla@tut.by>2011-03-19 22:24:22 +0200
committerAndrew O. Shadoura <bugzilla@tut.by>2011-03-19 22:24:22 +0200
commitdebc9c058c73189f0dfc647399ae9429c38479ff (patch)
tree57be66b3488934fc2139533af9e740e8906f9edc /src
parentbc162c529896e3ca89d975be6e3ab59803fa1ad2 (diff)
add accidentally deleted Makefile back
Diffstat (limited to 'src')
-rw-r--r--src/examples/guessconv/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/examples/guessconv/Makefile b/src/examples/guessconv/Makefile
new file mode 100644
index 0000000..fa79ac3
--- /dev/null
+++ b/src/examples/guessconv/Makefile
@@ -0,0 +1,8 @@
+PROG = guessconv${PROG_SUFFIX}
+SRCS = guessconv.c
+
+include ../../../buildsys.mk
+include ../../../extra.mk
+
+CPPFLAGS += ${MOWGLI_CFLAGS} -I../../libguess
+LIBS += ${MOWGLI_LIBS} -L../../libguess -lguess