Only clean build directory

This commit is contained in:
Fabien Freling 2019-10-28 13:24:42 +01:00
parent f9ef5646dd
commit 237b00028c

View file

@ -4,7 +4,7 @@ tup:
tup build
clean:
git nuke
cd build && git nuke
graph:
tup graph . | dot -Tpng > graph.png