Files
seer/tests/helloscons/README
T
2023-08-26 10:50:58 -05:00

11 lines
293 B
Plaintext

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.