8 lines
57 B
Makefile
8 lines
57 B
Makefile
export SCONSFLAGS := -Q
|
|
|
|
all:
|
|
@scons
|
|
|
|
clean:
|
|
@scons -c
|