summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2021-02-16 22:13:46 -0800
committerVito Caputo <vcaputo@pengaru.com>2021-02-16 22:13:46 -0800
commit844c0b92e89d64832a562b2f471b93ae0b70cb8e (patch)
tree80b79d09373f8f75b86f620b90eb7bc31c4161e0 /Makefile.am
parent277a82e138d655a4d8ae1beed81f943fbbced6ca (diff)
autotools: introduce rudimentary autotools setup
Now it actually builds! Hopefully for more than just me...
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..caa817e
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,2 @@
+SUBDIRS = rototiller src
+dist_doc_DATA = README
© All Rights Reserved