mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Files

'Haunted Mirror Maze', a game involving placing ghosts, zombies and vampires in a grid so that the right numbers of them are visible along sight-lines reflected through multiple mirrors. [originally from svn r9652]
19 lines
268 B
Makefile
19 lines
268 B
Makefile
# -*- makefile -*-
|
|
|
|
undead : [X] GTK COMMON undead undead-icon|no-icon
|
|
undead : [G] WINDOWS COMMON undead undead.res|noicon.res
|
|
|
|
ALL += undead[COMBINED]
|
|
|
|
!begin gtk
|
|
GAMES += undead
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(undead) \
|
|
!end
|
|
|
|
!begin >wingames.lst
|
|
undead.exe:Undead
|
|
!end
|