summaryrefslogtreecommitdiff
path: root/grammar/Makefile
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2019-12-11 18:44:47 +0200
committerAdrian Thurston <thurston@colm.net>2019-12-11 18:44:47 +0200
commit38d2a988b816471e2cf2f414773470e28b39c93c (patch)
tree38ebf32f330c905ef24f1c3502d1d62a9964f287 /grammar/Makefile
parent900189a4d23f0180970f22479f44377973a2d330 (diff)
downloadcolm-38d2a988b816471e2cf2f414773470e28b39c93c.tar.gz
go grammar: started with the unicode definitions
Generating the utf8 encoded unicode defintitions that are referenced in the Go specification. Can start to build the grammar with these definitions on hand.
Diffstat (limited to 'grammar/Makefile')
-rw-r--r--grammar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/Makefile b/grammar/Makefile
index 44ac4032..c77188bc 100644
--- a/grammar/Makefile
+++ b/grammar/Makefile
@@ -1,4 +1,4 @@
-SUBDIRS = rust pcre dns c++ python
+SUBDIRS = rust pcre dns c++ python go
all: rust pcre dns
for d in $(SUBDIRS); do ( cd $$d && $(MAKE) ); done