diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-01 22:47:32 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-01 22:47:32 (EDT) |
commit | daf84abb4ce032fea8a1e2bd82e3ad42112ffa35 (patch) | |
tree | 7c5fdbea108f4384f4904f2f643fc0703f6ebf3e | |
parent | 41c0062e804877792e8a79890c77cb31e1d23214 (diff) |
build: Remove static library and libtool archive
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ build: install: build oh-autoinstall + rm -fv dest/usr/lib/amd64-linux-glibc/libfl.a + rm -fv dest/usr/lib/amd64-linux-glibc/libfl.la set -e; for f in AUTHORS COPYING NEWS ONEWS README.md; do \ rm -fv "dest/usr/share/doc/flex/$${f}"; \ done |