mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 21:01:12 +08:00

This is a much cleaner design and also works with or without the configure --enable-default-complete option. See the examples for details.
8 lines
201 B
Makefile
8 lines
201 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
|
|
LDADD = $(top_builddir)/src/libedit.a
|
|
AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include
|
|
|
|
# TODO: Port "fileman" example from BSD editline
|
|
noinst_PROGRAMS = testit cli
|