diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-05-02 18:53:42 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-05-02 18:53:42 -0700 |
commit | 9ca50bebfa45165af50fa166888b593db67d8e21 (patch) | |
tree | ee3053d6929450021c71e38d90f338e3f6da2d73 /Makefile.am | |
parent | 7fd168d9bf3775380044ea4b71d693f195e8033c (diff) |
build: add rudimentary automake build system
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..af437a6 --- /dev/null +++ b/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = src |