forked from GitHub/gf-core
Moved distclean target to after clean
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user