diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-11-25 18:03:12 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-11-25 18:07:09 -0800 |
commit | 799258ed87c526ab0ff1375bcb45df7ae28556ee (patch) | |
tree | fc6a11292524d43285ee2a9d05e4af0e6cf6c5c9 /Makefile.am | |
parent | 8ec1588722809a35a7d149bff10de56424e2658a (diff) |
build: introduce rudimentary autotools
Now it's easy to build even
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..2a97bb0 --- /dev/null +++ b/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = libiou src |