Only clean build directory
This commit is contained in:
parent
f9ef5646dd
commit
237b00028c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ tup:
|
||||||
tup build
|
tup build
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
git nuke
|
cd build && git nuke
|
||||||
|
|
||||||
graph:
|
graph:
|
||||||
tup graph . | dot -Tpng > graph.png
|
tup graph . | dot -Tpng > graph.png
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue