diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-02-16 22:13:46 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-02-16 22:13:46 -0800 |
commit | 844c0b92e89d64832a562b2f471b93ae0b70cb8e (patch) | |
tree | 80b79d09373f8f75b86f620b90eb7bc31c4161e0 /Makefile.am | |
parent | 277a82e138d655a4d8ae1beed81f943fbbced6ca (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.am | 2 |
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 |