summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/samegame.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/samegame.R')
-rw-r--r--apps/plugins/puzzles/src/samegame.R19
1 files changed, 0 insertions, 19 deletions
diff --git a/apps/plugins/puzzles/src/samegame.R b/apps/plugins/puzzles/src/samegame.R
deleted file mode 100644
index cc0d350041..0000000000
--- a/apps/plugins/puzzles/src/samegame.R
+++ /dev/null
@@ -1,19 +0,0 @@
1# -*- makefile -*-
2
3samegame : [X] GTK COMMON samegame samegame-icon|no-icon
4
5samegame : [G] WINDOWS COMMON samegame samegame.res|noicon.res
6
7ALL += samegame[COMBINED]
8
9!begin am gtk
10GAMES += samegame
11!end
12
13!begin >list.c
14 A(samegame) \
15!end
16
17!begin >gamedesc.txt
18samegame:samegame.exe:Same Game:Block-clearing puzzle:Clear the grid by removing touching groups of the same colour squares.
19!end