9 lines
58 B
Makefile
9 lines
58 B
Makefile
|
|
export SCONSFLAGS := -Q
|
|
|
|
all:
|
|
@scons
|
|
|
|
clean:
|
|
@scons -c
|