java, d: add a Makefile for the example

* examples/java/Makefile, examples/d/Makefile: New.
This commit is contained in:
Akim Demaille
2018-12-05 09:01:10 +01:00
parent 156140dfc3
commit 9a5c12f160
5 changed files with 59 additions and 2 deletions

View File

@@ -31,5 +31,5 @@ endif
%D%/Calc.class: %D%/Calc.java
$(AM_V_GEN) $(SHELL) $(top_builddir)/javacomp.sh $<
dist_java_DATA = %D%/Calc.y
dist_java_DATA = %D%/Calc.y %D%/Makefile
CLEANFILES += %D%/Calc.class %D%/Calc.java