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