mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
Simple test program to builds with SCons.
$ scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
g++ -o helloscons.o -c helloscons.cpp
g++ -o helloscons function1.o helloscons.o
scons: done building targets.