X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/6c39ec6d05467457c590ec93ad98c179be6618af..52b8b71077090d575436eb324b18b2e4a98372fd:/Makefile.am diff --git a/Makefile.am b/Makefile.am index e39d9bd..252c4ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,18 +54,6 @@ man_MANS += runlisp.1 doc_DATA += runlisp.pdf EXTRA_DIST += runlisp.1.in -noinst_PROGRAMS += old-runlisp -old_runlisp_SOURCES = old-runlisp.c -old_runlisp_LDADD = librunlisp.a - -noinst_PROGRAMS += toy -toy_SOURCES = toy.c -toy_LDADD = librunlisp.a - -noinst_PROGRAMS += hash -hash_SOURCES = hash.c -hash_LDADD = librunlisp.a - ###-------------------------------------------------------------------------- ### Additional machinery.