Update Makefile to include readline
authorVasilij Schneidermann <v.schneidermann@gmail.com>
Sun, 2 Oct 2016 13:58:23 +0000 (15:58 +0200)
committerVasilij Schneidermann <v.schneidermann@gmail.com>
Sun, 2 Oct 2016 13:58:23 +0000 (15:58 +0200)
pil/Makefile

index af27013..2ee2780 100644 (file)
@@ -1,4 +1,4 @@
-SOURCES_BASE = reader.l printer.l types.l
+SOURCES_BASE = readline.l reader.l printer.l types.l
 SOURCES_LISP = env.l func.l core.l stepA_mal.l
 SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)