Hacker News new | ask | show | jobs
by joseflavio 3583 days ago
# SConstruct file env = Environment() hello = Program(["hello.c"])

$ scons