summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56476e14..98261bd4 100644
--- a/Makefile
+++ b/Makefile
@@ -233,7 +233,7 @@ rebuild: clean repatch $(PROG)
clean: conftest.clean tests.clean
rm -f $(PROG)$(EXE) $(PROG)-dbg$(EXE) y.tab.c lex.yy.c y.tab.h y.output
- rm -rf opt dbg
+ rm -rf opt dbg $(EXTRA_OBJS-y)
repatch:
cd mpi-$(mpi_version); quilt pop -af