From f82541b16ec04654e2716f4a81a42599ac128118 Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Tue, 20 Dec 2022 10:16:11 +0000 Subject: [PATCH] updated sandbox makefile --- tests/sandbox/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/sandbox/Makefile b/tests/sandbox/Makefile index 8a0c37f9..80f70c67 100644 --- a/tests/sandbox/Makefile +++ b/tests/sandbox/Makefile @@ -13,6 +13,9 @@ www: wget -P www/xterm-addon-fit https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/www/xterm-addon-fit/xterm-addon-fit.js wget -P www/xterm-addon-fit https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/www/xterm-addon-fit/xterm-addon-fit.js.map + wget -P www/xterm-addon-unicode11 https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/www/xterm-addon-unicode11/xterm-addon-unicode11.js + wget -P www/xterm-addon-unicode11 https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/www/xterm-addon-unicode11/xterm-addon-unicode11.js.map + wget -P www/codemirror https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/www/codemirror/codemirror.js wget -P www/codemirror https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/www/codemirror/codemirror.css wget -P www/codemirror/theme https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/www/codemirror/theme/mbo.css