chiark / gitweb /
Provide test cases for maxlen functions
[base91.git] / Makefile
index 246aedee90b8a97052603804d93684ba9c05c7ea..feb0e45c10eaffffa92726b8c49c730fa5860d5d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ mandir = $(prefix)/share/man
 man1dir = $(mandir)/man1
 manext = .1
 
-BIN = base91
+BIN = base91 lentest
 
 .PHONY: all install check clean
 
@@ -25,6 +25,8 @@ all: $(BIN)
 base91: cli.o base91.o
        $(CC) $(LDFLAGS) -o $@ $^
 
+lentest: lentest.o base91.o
+
 install: all
        mkdir -p $(DESTDIR)$(bindir)
        $(INSTALL_PROGRAM) base91 $(DESTDIR)$(bindir)/base91