X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fpwd%2FMakefile;fp=utils%2Fpwd%2FMakefile;h=326c7076419d9477fba565d5aa9b31a8b04d3853;hb=068bf75eeee553c7f2cb06b8d84bdff58677c319;hp=0000000000000000000000000000000000000000;hpb=c5805c8232bd3ece535e78c86c72bddec05bb975;p=ghc-hetmet.git diff --git a/utils/pwd/Makefile b/utils/pwd/Makefile new file mode 100644 index 0000000..326c707 --- /dev/null +++ b/utils/pwd/Makefile @@ -0,0 +1,18 @@ + +# 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 +