diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2018-12-11 12:12:37 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2018-12-11 12:17:21 -0800 |
commit | cb3d1318f05ef8b1451aa9d0fbd0a6f1308e82b6 (patch) | |
tree | 6155fb1759cd35e2a5290ba3bac7ec1aeec0a8b4 /Makefile.am | |
parent | f51e6fbbc43cce135e1991f498b4b8b1e7e31129 (diff) |
build: add minimal autotools setup
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..098ba5b --- /dev/null +++ b/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = libpulp src |