Skip to content
Snippets Groups Projects
  1. Sep 07, 2017
    • Jan Mach's avatar
      Reimplemented makefile to support our automated build system. · 1043054e
      Jan Mach authored
      Out automated build system currently requires, that each project contains master makefile called MMakefile and that file must provide particular set of make targets. This commit introduces all necessary changes to enable automated package builds. Following is a list of
      required make targets:
        * pyflakes
        * pylint
        * test
        * docs
        * buildbot
      
      Part of this patch is a facelift of make output style and formating.
      1043054e
Loading