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

More sensible to bring all the pieces of per-puzzle descriptive text together into one place, so they can be easily reused everywhere they're needed.
20 lines
397 B
Makefile
20 lines
397 B
Makefile
# -*- makefile -*-
|
|
|
|
samegame : [X] GTK COMMON samegame samegame-icon|no-icon
|
|
|
|
samegame : [G] WINDOWS COMMON samegame samegame.res|noicon.res
|
|
|
|
ALL += samegame[COMBINED]
|
|
|
|
!begin am gtk
|
|
GAMES += samegame
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(samegame) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
samegame:samegame.exe:Same Game:Block-clearing puzzle:Clear the grid by removing touching groups of the same colour squares.
|
|
!end
|