diff options
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 |