From 237b00028c7326d1cee88feca4b94a5cc2f45b1b Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Mon, 28 Oct 2019 13:24:42 +0100 Subject: [PATCH] Only clean build directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0f9244..3b05e7f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ tup: tup build clean: - git nuke + cd build && git nuke graph: tup graph . | dot -Tpng > graph.png