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

install the actual games, not the auxiliary binaries or nullgame. [originally from svn r9887]
20 lines
326 B
Makefile
20 lines
326 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
|
|
!end
|