mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 08:25:45 -07:00
Files

install the actual games, not the auxiliary binaries or nullgame. [originally from svn r9887]
20 lines
305 B
Makefile
20 lines
305 B
Makefile
# -*- makefile -*-
|
|
|
|
sokoban : [X] GTK COMMON sokoban sokoban-icon|no-icon
|
|
|
|
sokoban : [G] WINDOWS COMMON sokoban sokoban.res?
|
|
|
|
ALL += sokoban[COMBINED]
|
|
|
|
!begin am gtk
|
|
GAMES += sokoban
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(sokoban) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
sokoban:sokoban.exe:Sokoban:Barrel-pushing puzzle
|
|
!end
|