Makefile.am: Delete build rules for nonexistent debris.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 13 May 2021 13:47:37 +0000 (14:47 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 13 May 2021 13:47:37 +0000 (14:47 +0100)
These were added as temporary hacks for trying things out, and should
never have been committed in the first place.

Makefile.am

index e39d9bd..252c4ef 100644 (file)
@@ -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.