Bookmark: python,make
> Scons は python 製の make alternative
> Python上で動作するビルドツール
What is SCons? SCons is an Open Source software construction tool―that is, a next-generation build tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to build software.
なんだよー、こんな便利そうなものがあったのかー。ぜひ使ってみたい。 ちょっと使い方を調べてみよう。

