diff options
Diffstat (limited to 'eshld/Makefile')
-rw-r--r-- | eshld/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eshld/Makefile b/eshld/Makefile index 745bfbb..90fa732 100644 --- a/eshld/Makefile +++ b/eshld/Makefile @@ -1,7 +1,6 @@ SOURCES = \ main.esh \ - link.esh \ - eshrt.esh + link.esh OBJECTS = $(SOURCES:.esh=.sh) all: eshld |