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

puzzle variously known (depending on which website you look at) as Kurodoko, Kuromasu or 'Where is Black Cells'. [originally from svn r8996]
20 lines
264 B
Makefile
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
|