From: Mark Wooding Date: Thu, 13 May 2021 13:47:37 +0000 (+0100) Subject: Makefile.am: Delete build rules for nonexistent debris. X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/commitdiff_plain/52b8b71077090d575436eb324b18b2e4a98372fd Makefile.am: Delete build rules for nonexistent debris. These were added as temporary hacks for trying things out, and should never have been committed in the first place. --- 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.