mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Files
20 lines
272 B
Makefile
20 lines
272 B
Makefile
# -*- makefile -*-
|
|
|
|
samegame : [X] GTK COMMON samegame samegame-icon|no-icon
|
|
|
|
samegame : [G] WINDOWS COMMON samegame samegame.res?
|
|
|
|
ALL += samegame
|
|
|
|
!begin gtk
|
|
GAMES += samegame
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(samegame) \
|
|
!end
|
|
|
|
!begin >wingames.lst
|
|
samegame.exe:Same Game
|
|
!end
|