summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-11-25 18:03:12 -0800
committerVito Caputo <vcaputo@pengaru.com>2020-11-25 18:07:09 -0800
commit799258ed87c526ab0ff1375bcb45df7ae28556ee (patch)
treefc6a11292524d43285ee2a9d05e4af0e6cf6c5c9 /bootstrap
parent8ec1588722809a35a7d149bff10de56424e2658a (diff)
build: introduce rudimentary autotools
Now it's easy to build even
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..c5a7472
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+autoreconf --install
© All Rights Reserved