summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-04-20 13:59:10 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2021-04-20 13:59:10 -0400
commitf5bb2118eadc20402e69d575c9be8a02cf673caa (patch)
treee04d4853e6cdd1a8cf9415b35c800f0c534f9b3d /Makefile
parentda61efabb1b28c5500824a560c960a720a628de0 (diff)
HTML syntax highlighting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7559c0..c34498a 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,8 @@ libpcre2-32.a: pcre2-10.36.zip
unzip pcre2-10.36.zip
cd pcre2-10.36 && cmake -DPCRE2_BUILD_PCRE2_32=ON . && $(MAKE) -j8
cp pcre2-10.36/libpcre2-32.a ./
-
+keywords.h: keywords.py
+ ./keywords.py
ted.deb: release
rm -rf /tmp/ted
mkdir -p /tmp/ted/DEBIAN