summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/net.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/net.R')
-rw-r--r--apps/plugins/puzzles/src/net.R23
1 files changed, 0 insertions, 23 deletions
diff --git a/apps/plugins/puzzles/src/net.R b/apps/plugins/puzzles/src/net.R
deleted file mode 100644
index 8e98216e03..0000000000
--- a/apps/plugins/puzzles/src/net.R
+++ /dev/null
@@ -1,23 +0,0 @@
1# -*- makefile -*-
2
3NET_EXTRA = tree234 dsf findloop
4
5net : [X] GTK COMMON net NET_EXTRA net-icon|no-icon
6
7# The Windows Net shouldn't be called `net.exe' since Windows
8# already has a reasonably important utility program by that name!
9netgame : [G] WINDOWS COMMON net NET_EXTRA net.res|noicon.res
10
11ALL += net[COMBINED] NET_EXTRA
12
13!begin am gtk
14GAMES += net
15!end
16
17!begin >list.c
18 A(net) \
19!end
20
21!begin >gamedesc.txt
22net:netgame.exe:Net:Network jigsaw puzzle:Rotate each tile to reassemble the network.
23!end