diff options
author | Nick White <git@njw.me.uk> | 2011-11-08 23:59:06 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-11-08 23:59:06 +0000 |
commit | 7627ebb1d6dc912d40dadbc761fc1a316003e7d4 (patch) | |
tree | d4e43e8aafbf63a1a864d31a1d2db01f2768972e /Makefile | |
parent | 5ba1b587618ed09c169655f722bd72d9db82343b (diff) |
Update starpack build rule
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ getxbookgui.exe: getxbookgui.tcl @echo STARPACK $@ @sdx qwrap getxbookgui.tcl @sdx unwrap getxbookgui.kit - @sdx wrap $@ -runtime $(TCLKIT) + @sdx wrap $@ -runtime $(W32TCLKIT) @rm -r getxbookgui.kit getxbookgui.vfs install: all |