diff options
Diffstat (limited to 'xsd/dist/examples/cxx/parser/makefile')
-rw-r--r-- | xsd/dist/examples/cxx/parser/makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/xsd/dist/examples/cxx/parser/makefile b/xsd/dist/examples/cxx/parser/makefile deleted file mode 100644 index b778cbd..0000000 --- a/xsd/dist/examples/cxx/parser/makefile +++ /dev/null @@ -1,12 +0,0 @@ -dirs := generated hello library mixin mixed multiroot performance \ -polymorphism polyroot wildcard - -.PHONY: all $(dirs) - -all: $(dirs) - -$(dirs): - @$(MAKE) -C $@ $(MAKECMDGOALS) - -makefile: ; -% :: $(dirs) ; |