diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-02-05 12:41:21 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-02-05 12:41:21 +0000 |
| commit | da4606ddd56a0f716086373d351c459de4bc5d06 (patch) | |
| tree | 0125f3647c23d777f04401eb9794d3631da3c0f1 | |
| parent | ac72b6e1480822433bafd1659ceeeefdaf91f78b (diff) | |
| download | puzzles-da4606ddd56a0f716086373d351c459de4bc5d06.zip puzzles-da4606ddd56a0f716086373d351c459de4bc5d06.tar.gz puzzles-da4606ddd56a0f716086373d351c459de4bc5d06.tar.bz2 puzzles-da4606ddd56a0f716086373d351c459de4bc5d06.tar.xz | |
Now we have the new `module' command, use it.
[originally from svn r7224]
| -rw-r--r-- | Buildscr | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ # -*- sh -*- # Build script to build Puzzles. +module puzzles + # First build some local binaries, to run the icon build. in puzzles do perl mkfiles.pl in puzzles do make |