Skip to content

Commit ad6b021

Browse files
committed
fixed
1 parent 45ab864 commit ad6b021

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

scons/Makefile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.PHONY : help build clean rebuild
2+
3+
help:
4+
@echo "Usage: make help | clean | build | rebuild"
5+
@echo ""
6+
7+
clean:
8+
scons -c
9+
rm -rf build
10+
11+
build:
12+
scons -Q
13+
14+
rebuild:
15+
scons -c
16+
scons

0 commit comments

Comments
 (0)