From 258db34299f2c379f3d77d4fb60323b39659f86a Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 28 Jul 2014 21:12:32 +0200 Subject: [PATCH] The path to c99 changed --- tools/graph.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/graph.sh b/tools/graph.sh index b690b44..6113996 100755 --- a/tools/graph.sh +++ b/tools/graph.sh @@ -17,7 +17,7 @@ #variables -CC="../../../../../Devel/src/c99/C99-git/src/c99" +CC="../../../../../Devel/src/C99/C99-git/src/c99" DOT="dot -Tpng:cairo:gd" MAKE="make -k" RM="rm -f"