summaryrefslogtreecommitdiff
path: root/grammar/Makefile
diff options
context:
space:
mode:
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