mirror of
https://github.com/Alcaro/Flips.git
synced 2026-04-29 01:27:32 -05:00
7 lines
169 B
Makefile
Vendored
7 lines
169 B
Makefile
Vendored
# Makefile.am for libdivsufsort
|
|
|
|
noinst_PROGRAMS = suftest mksary sasearch bwt unbwt
|
|
LDADD = $(top_builddir)/lib/libdivsufsort.la
|
|
|
|
EXTRA_DIST = CMakeLists.txt
|