diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-10-21 08:07:31 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-10-21 08:07:31 +0000 |
| commit | 4faecc77264b6d3e84ae24707af5593490f36796 (patch) | |
| tree | cc44efc1d67d2cfb210f2f5d3f32cf0f949323d1 /Recipe | |
| parent | 6ea453c95f1051b23bc128a34e1166bc9c53cdff (diff) | |
| download | puzzles-4faecc77264b6d3e84ae24707af5593490f36796.zip puzzles-4faecc77264b6d3e84ae24707af5593490f36796.tar.gz puzzles-4faecc77264b6d3e84ae24707af5593490f36796.tar.bz2 puzzles-4faecc77264b6d3e84ae24707af5593490f36796.tar.xz | |
New puzzle from James H: `Bridges', another Nikoli job.
[originally from svn r6409]
Diffstat (limited to 'Recipe')
| -rw-r--r-- | Recipe | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -26,11 +26,12 @@ SLANT = slant dsf MAP = map dsf LOOPY = loopy tree234 dsf LIGHTUP = lightup combi -TENTS = tents maxflow +TENTS = tents maxflow +BRIDGES = bridges dsf ALL = list NET NETSLIDE cube fifteen sixteen rect pattern solo twiddle + MINES samegame FLIP guess PEGS dominosa UNTANGLE blackbox SLANT - + LIGHTUP MAP LOOPY inertia TENTS + + LIGHTUP MAP LOOPY inertia TENTS BRIDGES GTK = gtk printing ps @@ -57,6 +58,7 @@ map : [X] GTK COMMON MAP loopy : [X] GTK COMMON LOOPY inertia : [X] GTK COMMON inertia tents : [X] GTK COMMON TENTS +bridges : [X] GTK COMMON BRIDGES # Auxiliary command-line programs. STANDALONE = nullfe random misc malloc @@ -102,6 +104,7 @@ map : [G] WINDOWS COMMON MAP loopy : [G] WINDOWS COMMON LOOPY inertia : [G] WINDOWS COMMON inertia tents : [G] WINDOWS COMMON TENTS +bridges : [G] WINDOWS COMMON BRIDGES # Mac OS X unified application containing all the puzzles. Puzzles : [MX] osx osx.icns osx-info.plist COMMON ALL @@ -194,7 +197,7 @@ install: for i in cube net netslide fifteen sixteen twiddle \ pattern rect solo mines samegame flip guess \ pegs dominosa untangle blackbox slant lightup \ - map loopy inertia tents; do \ + map loopy inertia tents bridges; do \ $(INSTALL_PROGRAM) -m 755 $$i $(DESTDIR)$(gamesdir)/$$i \ || exit 1; \ done |