From a11782ac241c45118802d7980cbb078ef8838ce5 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Thu, 26 Apr 2007 20:23:22 +0000 Subject: [PATCH] Don't delete intermediate files (so I can look at the C) --- fco2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fco2/Makefile b/fco2/Makefile index ebb852b..f53d133 100644 --- a/fco2/Makefile +++ b/fco2/Makefile @@ -54,3 +54,6 @@ haddock: clean: rm -f $(targets) *.o *.hi +# Don't delete intermediate files. +.SECONDARY: +