even more work on the build system
[apps/madtty.git] / demo / Makefile
diff --git a/demo/Makefile b/demo/Makefile
new file mode 100644 (file)
index 0000000..eb7c01a
--- /dev/null
@@ -0,0 +1,13 @@
+DEPTH=..
+include $(DEPTH)/am/header.mk
+
+bin_PROGRAMS = boxshell
+
+boxshell_SOURCES = boxshell.c
+boxshell_LDFLAGS = -L../madtty -lmadtty -lncurses -lutil
+boxshell_CPPFLAGS = -Wno-error
+
+include $(DEPTH)/am/footer.mk
+
+# vim:set ft=automake:
+