diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-02-28 16:00:23 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-02-28 16:00:23 (EST) |
commit | 869de19e86899a6dc4e4d9bac5f3c3c050b74486 (patch) | |
tree | 33528b97d5d706a2863551eac5d13cc3b683e076 /eshld/Makefile | |
parent | 3d34b165768b348f6a6ebee698ecbc9250966423 (diff) | |
download | eggshell-869de19e86899a6dc4e4d9bac5f3c3c050b74486.zip eggshell-869de19e86899a6dc4e4d9bac5f3c3c050b74486.tar.gz eggshell-869de19e86899a6dc4e4d9bac5f3c3c050b74486.tar.bz2 |
eshld: Remove eshrt
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 |