Skip to content

Commit

Permalink
Added User.make as example
Browse files Browse the repository at this point in the history
  • Loading branch information
kgal committed Sep 27, 2019
1 parent 51dd8d5 commit 9df95a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions User.make
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FNL_PARM =release=final
APP_PARM =appendicize=on
XSL_EXE = java -cp /projects/codenvy-tools/bld snac.XSLTransform
DOXSL = $(XSL_EXE) $2 $1 $3 $4
DOIT ?= $(XSL_EXE) $(2) $(1) - $(4) | python3 $(TRANS)/post-process.py -\=$(3)
JING_JAR=/projects/jing-20181222/bin/jing.jar

0 comments on commit 9df95a0

Please sign in to comment.