summaryrefslogtreecommitdiff
path: root/grammar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/Makefile')
-rw-r--r--grammar/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/grammar/Makefile b/grammar/Makefile
index 21a2603a..44ac4032 100644
--- a/grammar/Makefile
+++ b/grammar/Makefile
@@ -1,6 +1,4 @@
-SUBDIRS = "rust pcre dns"
+SUBDIRS = rust pcre dns c++ python
all: rust pcre dns
- for d in $(SUBDIRS); do cd $$d && $(MAKE); done
-
-
+ for d in $(SUBDIRS); do ( cd $$d && $(MAKE) ); done