1
0
forked from GitHub/gf-core

Moved distclean target to after clean

This commit is contained in:
bringert
2004-06-22 09:44:46 +00:00
parent f5959152b7
commit 9b0d136d71

View File

@@ -67,6 +67,11 @@ shell:
$(GHMAKE) $(GHCFLAGS) $(GHCINCLUDE) Shell.hs
clean:
-rm -rf */*.o */*.hi *.o *.hi */*.ghi *.ghi *~ */*~
distclean: clean
-rm -f for-ghc-nofud/*.hs
-rm -f config.status config.mk config.log
hugs:
hugs -h10M -P$(HUGSINCLUDE)
ghci-nofud:
@@ -84,9 +89,5 @@ tracing:
strip gf2
mv gf2 ../bin/
distclean: clean
-rm -f for-ghc-nofud/*.hs
-rm -f config.status config.mk config.log
install:
$(INSTALL) ../bin/gf2 $(bindir)