mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
examples: add a Makefile for C++ short examples
* examples/c++/Makefile: New. * examples/c++/local.mk, examples/c++/README: Adjust.
This commit is contained in:
@@ -61,5 +61,5 @@ if ENABLE_CXX11
|
||||
%D%/variant-11.cc: $(BISON_IN) $(dist_pkgdata_DATA)
|
||||
endif
|
||||
|
||||
dist_cxx_DATA = %D%/README %D%/variant.yy %D%/variant-11.yy
|
||||
CLEANFILES += %D%/variant.output %D%/variant-11.output
|
||||
dist_cxx_DATA = %D%/README %D%/Makefile %D%/variant.yy %D%/variant-11.yy
|
||||
CLEANFILES += %D%/simple.output %D%/variant.output %D%/variant-11.output
|
||||
|
||||
Reference in New Issue
Block a user