[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Makefile to clean properly (0a170a3)

git at git.haskell.org git at git.haskell.org
Mon Feb 20 21:07:23 UTC 2017


Repository : ssh://git@git.haskell.org/time

On branches: format-widths,improve-leapseconds,master,posix-perf,tasty,wip/travis
Link       : http://git.haskell.org/packages/time.git/commitdiff/0a170a3e84eb34fdf317328e341431536b554fda

>---------------------------------------------------------------

commit 0a170a3e84eb34fdf317328e341431536b554fda
Author: ashley <ashley at semantic.org>
Date:   Thu Apr 14 00:46:18 2005 -0700

    Makefile to clean properly
    
    darcs-hash:20050414074618-ca2d0-6b5b46879ec6f176b24a30adf5aa9c699f61de06


>---------------------------------------------------------------

0a170a3e84eb34fdf317328e341431536b554fda
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e29aaa5..3a69e06 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ libTimeLib.a: $(patsubst %.hs,%.o,$(SRCS)) timestuff.o
 	ranlib $@
 
 clean:
-	rm -rf TestTime TestFixed doc haddock *.out *.o *.hi $(patsubst %.hs,%.o,$(SRCS)) $(patsubst %.hs,%.hi,$(SRCS)) Makefile.bak
+	rm -rf CurrentTime TestTime TestFixed doc haddock *.out *.a *.o *.hi $(patsubst %.hs,%.o,$(SRCS)) $(patsubst %.hs,%.hi,$(SRCS)) Makefile.bak
 
 doc: haddock/index.html
 



More information about the ghc-commits mailing list