diff options
Diffstat (limited to 'blackbox.R')
| -rw-r--r-- | blackbox.R | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/blackbox.R b/blackbox.R new file mode 100644 index 0000000..7ea69a6 --- /dev/null +++ b/blackbox.R @@ -0,0 +1,15 @@ +# -*- makefile -*- + +blackbox : [X] GTK COMMON blackbox + +blackbox : [G] WINDOWS COMMON blackbox + +ALL += blackbox + +!begin gtk +GAMES += blackbox +!end + +!begin >list.c + A(blackbox) \ +!end |