Commit 315ce61c authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

fix 'clean' target

parent 0e0d4397
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ clean() { # clean files
		rm -rf autoroute;\
		rm -rf locales;\
		rm config.xml;\
		if [ ! -f VERSION ]; then rm -rf .max; fi;
		if [ ! -f .max/VERSION ]; then rm -rf .max; fi;
  else
    echo "Opération annulée"
  fi