Files
puzzles/range.R
Simon Tatham d14999949c New puzzle from Jonas Koelker: 'Range', an implementation of the
puzzle variously known (depending on which website you look at) as
Kurodoko, Kuromasu or 'Where is Black Cells'.

[originally from svn r8996]
2010-09-14 09:31:52 +00:00

20 lines
264 B
Makefile

# -*- makefile -*-
range : [X] GTK COMMON range range-icon|no-icon
range : [G] WINDOWS COMMON range range.res|noicon.res
ALL += range[COMBINED]
!begin gtk
GAMES += range
!end
!begin >list.c
A(range) \
!end
!begin >wingames.lst
range.exe:Range
!end