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

several different systems in strange directories. So I'm creating an `unfinished' directory within source control, and centralising all my half-finished, half-baked or otherwise half-arsed puzzle implementations into it. Herewith Sokoban (playable but rubbish generation), Pearl (Masyu - rubbish generation and nothing else), Path (Number Link - rubbish generation and nothing else) and NumGame (the Countdown numbers game - currently just a solver and not even a generator yet). [originally from svn r6883]
18 lines
193 B
Makefile
18 lines
193 B
Makefile
# -*- makefile -*-
|
|
|
|
PEARL = pearl dsf
|
|
|
|
pearl : [X] GTK COMMON PEARL
|
|
|
|
pearl : [G] WINDOWS COMMON PEARL
|
|
|
|
ALL += PEARL
|
|
|
|
!begin gtk
|
|
GAMES += pearl
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(pearl) \
|
|
!end
|