use my nice build system rather than custom makefiles
[apps/madtty.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..e36fd9f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+DEPTH=.
+include $(DEPTH)/am/header.mk
+
+SUBDIRS = madtty
+
+include $(DEPTH)/am/footer.mk
+# vim:set ft=automake: