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

works, but it's slow, and the puzzles are currently at a relatively low level of difficulty. Also this is a generator only: no UI yet (because I'm waiting to see if I can make the generator practical before bothering to write the rest). [originally from svn r7700]
22 lines
312 B
Makefile
22 lines
312 B
Makefile
# -*- makefile -*-
|
|
|
|
SEPARATE = separate divvy dsf
|
|
|
|
separate : [X] GTK COMMON SEPARATE separate-icon|no-icon
|
|
|
|
separate : [G] WINDOWS COMMON SEPARATE separate.res|noicon.res
|
|
|
|
ALL += separate
|
|
|
|
!begin gtk
|
|
GAMES += separate
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(separate) \
|
|
!end
|
|
|
|
!begin >wingames.lst
|
|
separate.exe:Separate
|
|
!end
|