diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-02-23 01:55:27 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-02-23 01:57:17 (EST) |
commit | bbd1319faf0599a374051a0af04a553292298e96 (patch) | |
tree | 06d0b03a5c00c7dfe9cf6488272127a6fccd29fa /eshld/Makefile | |
parent | 43a8cf835bf017b3362f5dd02efa74f69537462d (diff) | |
download | eggshell-bbd1319faf0599a374051a0af04a553292298e96.zip eggshell-bbd1319faf0599a374051a0af04a553292298e96.tar.gz eggshell-bbd1319faf0599a374051a0af04a553292298e96.tar.bz2 |
eshld: Add runtime library
Diffstat (limited to 'eshld/Makefile')
-rw-r--r-- | eshld/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |