Skip to content

Smake v1.1.0

Compare
Choose a tag to compare
@iveevi iveevi released this 09 Dec 20:35

Features

  • Parallelizing builds: set number of threads with smake -j [threads]
  • New section installs for specifying install processes (using smake --install [install-target]): these targes are not the same as those specified in targets
  • New section ldirs for specifying libraries directories (which are specified to the compiler with the -L flag)
  • Refactoring includes directory to idirs
  • Updated recompilation check which uses the modification dates of all header dependencies (this is the reason for the slight delay in the smake command)

Install

pip install smake or clone the executable from the source.