diff options
| author | aarne <unknown> | 2004-04-05 14:47:31 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-04-05 14:47:31 +0000 |
| commit | b79b2b8b4189e804eb753454ec1e618dcdf15993 (patch) | |
| tree | 32eaec51b7ce71078ae18905138e6a9deb39f39b /src/Makefile | |
| parent | a9b2f69c3a20956b4630dffd7ad741f4f08718a8 (diff) | |
Windows.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 16754f517..83216117d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -23,7 +23,7 @@ gft: nofud: $(GHMAKE) $(GHCFLAGS) $(GHCINCLUDENOFUD) --make GF.hs -o gf2 ; strip gf2 ; mv gf2 ../bin/ justwindows: - $(GHMAKE) $(GHCFLAGS) $(WINDOWSINCLUDE) --make GF.hs -o gf2 ; strip gf2.exe ; mv gf2.exe ../bin/ + $(GHMAKE) $(GHCFLAGS) $(WINDOWSINCLUDE) --make GF.hs -o gf2.exe ; strip gf2.exe ; mv gf2.exe ../bin/ nofud-links: cd for-ghc-nofud ; rm -f *.hs ; ln -s ../for-ghc/Arch.hs ; ln -s ../for-hugs/ArchEdit.hs ; cd .. batch: |
