Files
seer/tests/helloscons/README
T

11 lines
293 B
Plaintext
Raw Normal View History

2023-08-26 10:50:58 -05: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.