From c7d7e01bf5da362c4a8065efedc6dc7836471f61 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 7 Nov 2020 12:40:07 -0800 Subject: autotools: setup rudimentary build system This is arguably overkill for such a small .a, but it's convenient for embedding in other autotools projects. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) create mode 100644 Makefile.am (limited to 'Makefile.am') 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 -- cgit v1.2.3