diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-06 17:18:02 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-11-06 17:18:02 +0000 |
commit | b46aca1241df7bf23bfce6c28b6db203525340ac (patch) | |
tree | 40182d3dfae2535a29a4735da72fceb7e3153755 /bootstrap | |
parent | 89890e226e5da72743f885cefb5273c51baf094e (diff) | |
download | LibXtract-b46aca1241df7bf23bfce6c28b6db203525340ac.tar.gz LibXtract-b46aca1241df7bf23bfce6c28b6db203525340ac.tar.bz2 LibXtract-b46aca1241df7bf23bfce6c28b6db203525340ac.zip |
Initial simplified build system based on GNU Make
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap deleted file mode 100644 index eff731b..0000000 --- a/bootstrap +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -autoreconf --force --install -I config -I m4 - |