Create the target directory of libraries and programs

This commit is contained in:
Eelco Dolstra 2014-02-06 10:59:58 +01:00
parent 0da82efa5d
commit 4161fce472
4 changed files with 9 additions and 4 deletions

View file

@ -10,6 +10,7 @@ ifeq ($(V), 0)
trace-install = @echo " INST " $@;
trace-javac = @echo " JAVAC " $@;
trace-jar = @echo " JAR " $@;
trace-mkdir = @echo " MKDIR " $@;
suppress = @