Fiw webapp/install rule.
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Tue, 20 Jun 2017 18:48:33 +0000 (20:48 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Tue, 20 Jun 2017 18:48:33 +0000 (20:48 +0200)
commitd21eb59c4f7fe9844646bd60ac34aa1d3cbb792f
treeb4879f0b575e8daf1d86b555de09d1d9f0e765b4
parent0699037e09e716a17a77dbfc38c3ca553a583775
Fiw webapp/install rule.

test xxx && yyy doesn't work because "&&" characters seems interpreted by make.
Workaround is to write test statement with if syntax.
Makefile