File: flip.R

package info (click to toggle)
sgt-puzzles 20170606.272beef-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 11,584 kB
  • ctags: 8,513
  • sloc: ansic: 108,424; perl: 1,936; objc: 1,304; sh: 1,256; makefile: 166
file content (21 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- makefile -*-

FLIP_EXTRA = tree234

flip     : [X] GTK COMMON flip FLIP_EXTRA flip-icon|no-icon

flip     : [G] WINDOWS COMMON flip FLIP_EXTRA flip.res|noicon.res

ALL += flip[COMBINED] FLIP_EXTRA

!begin am gtk
GAMES += flip
!end

!begin >list.c
    A(flip) \
!end

!begin >gamedesc.txt
flip:flip.exe:Flip:Tile inversion puzzle:Flip groups of squares to light them all up at once.
!end