mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Files

More sensible to bring all the pieces of per-puzzle descriptive text together into one place, so they can be easily reused everywhere they're needed.
20 lines
388 B
Makefile
20 lines
388 B
Makefile
# -*- makefile -*-
|
|
|
|
twiddle : [X] GTK COMMON twiddle twiddle-icon|no-icon
|
|
|
|
twiddle : [G] WINDOWS COMMON twiddle twiddle.res|noicon.res
|
|
|
|
ALL += twiddle[COMBINED]
|
|
|
|
!begin am gtk
|
|
GAMES += twiddle
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(twiddle) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
twiddle:twiddle.exe:Twiddle:Rotational sliding block puzzle:Rotate the tiles around themselves to arrange them into order.
|
|
!end
|