Began refactoring the entire source tree.
[aesalon.git] / src / monitor / SConscript
blobea455ccbeba1a123c083964215b3a18f32feb7d2
1 Import("env")
3 env.Append(CCFLAGS = ["-W", "-Wall", "-g", "-DAesalonMonitor"])
4 env.Append(LIBS = ["rt"])
6 env.Program(target = "aesalon", source = Glob("*.cpp") + Glob("*/*.cpp"))