From bbd1319faf0599a374051a0af04a553292298e96 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 23 Feb 2016 01:55:27 -0500 Subject: eshld: Add runtime library --- (limited to 'eshld/Makefile') diff --git a/eshld/Makefile b/eshld/Makefile index 03b3c3b..a768ca6 100644 --- a/eshld/Makefile +++ b/eshld/Makefile @@ -1,6 +1,7 @@ SOURCES = \ main.esh \ - link.esh + link.esh \ + eshrt.esh OBJECTS = $(SOURCES:.esh=.sh) all: eshld -- cgit v0.9.1