From 52b8b71077090d575436eb324b18b2e4a98372fd Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 13 May 2021 14:47:37 +0100 Subject: [PATCH] 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. --- Makefile.am | 12 ------------ 1 file changed, 12 deletions(-) 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. -- 2.11.0