From 882325accf37d7868e48ceee7cfe8d9c2447cff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 20 May 2015 11:06:43 +0200 Subject: Fix Makefile clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e99826..71461b4 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ clean: @$(MAKE) -C scripts/write_config clean @if [ -e scripts/picosat-959/makefile ]; then $(MAKE) -C scripts/picosat-959 clean; fi $(RM) .conf.mk - $(RM) -r jobfiles + $(RM) -r jobfiles output result $(RM) $(NBSCRIPT) distclean: clean distclean_linux distclean_buildroot -- cgit v1.2.3