aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-06-07Add package-all rule support.Sebastien Douheret1-4/+25
2017-05-26Add build release (REL=1 make all)Sebastien Douheret1-2/+12
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-26Fix Syncthing package retrieval for WindowsSebastien Douheret1-3/+3
Note that cross compile for Windows required Go version 1.8 or higher. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-24Support Windows cross-build.Sebastien Douheret1-4/+9
Use following command cross build for Windows on a Linux machine: GOOS=windows GOARCH=amd64 make Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-19Fix missing tools path creation.Sebastien Douheret1-0/+2
2017-05-18Update Makefile to be smarter with syncthing compilation.Sebastien Douheret1-10/+15
2017-05-18Bump to Syncthing 0.14.28 et Syncthing-Inotify master.Sebastien Douheret1-1/+2
2017-05-16Use patched version of syncthing-inotifySebastien Douheret1-1/+2
Bug #164 has not been properly merged yet. So patch this bug manually.
2017-05-15Initial commit.Sebastien Douheret1-0/+109
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>