summaryrefslogtreecommitdiff
path: root/grammar/Makefile
blob: 21a2603ae65581250a1b491f4a64fc012b52bf5c (plain)
1
2
3
4
5
6
SUBDIRS = "rust pcre dns"

all: rust pcre dns
	for d in $(SUBDIRS); do cd $$d && $(MAKE); done