Fix Trac #246: order of matching in record patterns
[ghc-hetmet.git] / utils / pwd / Makefile
index 326c707..77fcdd9 100644 (file)
@@ -1,18 +1,6 @@
+TOP=../..
+EXTRA_DISTCLEAN = pwd pwd.exe pwd.hi pwd.o
 
-# We don't include any of the boilerplate Makefiles as we are used
-# by configure. GHC should be overridden on the command line to the
-# GHC that you want to use.
-
-GHC=ghc
-
-.PHONY: all clean
-
-all:
-       $(GHC) --make pwd
-
-clean:
-       rm -f *.o
-       rm -f *.hi
-       rm -f pwd
-       rm -f pwd.exe
+include $(TOP)/mk/boilerplate.mk
+include $(TOP)/mk/cabal.mk