Files
puzzles/unfinished/separate.R
Simon Tatham c4ec358d6e Remove spurious "unfinished/" that appeared at the start of the
unfinished puzzles' gamedesc.txt lines due to a Perl error. Ahem.

[originally from svn r9861]
2013-06-08 16:55:33 +00:00

22 lines
411 B
Makefile

# -*- makefile -*-
SEPARATE_EXTRA = divvy dsf
separate : [X] GTK COMMON separate SEPARATE_EXTRA separate-icon|no-icon
separate : [G] WINDOWS COMMON separate SEPARATE_EXTRA separate.res|noicon.res
ALL += separate[COMBINED] SEPARATE_EXTRA
!begin gtk
GAMES += separate
!end
!begin >list.c
A(separate) \
!end
!begin >gamedesc.txt
separate:separate.exe:Separate:Rectangle-dividing puzzle
!end