summaryrefslogtreecommitdiffstats
path: root/eshtrans/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'eshtrans/Makefile')
-rw-r--r--eshtrans/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/eshtrans/Makefile b/eshtrans/Makefile
index 7dbd280..5a093b6 100644
--- a/eshtrans/Makefile
+++ b/eshtrans/Makefile
@@ -18,11 +18,9 @@ clean:
rm -f eshtrans $(OBJECTS)
eshtrans: $(OBJECTS) Makefile
- cat $(OBJECTS) >$@
- printf 'main "$${@}"\n' >>$@
- chmod a+x $@
+ ../eshld/eshld -o $@ $(OBJECTS)
$(OBJECTS): Makefile
.esh.sh:
- cp $< $@
+ ./eshtrans $<