326c7076419d9477fba565d5aa9b31a8b04d3853
[ghc-hetmet.git] / utils / pwd / Makefile
1
2 # We don't include any of the boilerplate Makefiles as we are used
3 # by configure. GHC should be overridden on the command line to the
4 # GHC that you want to use.
5
6 GHC=ghc
7
8 .PHONY: all clean
9
10 all:
11         $(GHC) --make pwd
12
13 clean:
14         rm -f *.o
15         rm -f *.hi
16         rm -f pwd
17         rm -f pwd.exe
18