import cbaos v0.1
[cbaos.git] / cbashell / SConscript
blob6e755998b2db8197ae26fd0c62a84ba101732b52
1 SRCS = 'cbashell.c command.c '
3 obj = [ Object(i)  for i in Split(SRCS) ]
5 nowarn = DefaultEnvironment().Clone()
7 Return('obj')