diff options
Diffstat (limited to 'loopy.R')
| -rw-r--r-- | loopy.R | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +# -*- makefile -*- + +LOOPY = loopy tree234 dsf + +loopy : [X] GTK COMMON LOOPY + +loopy : [G] WINDOWS COMMON LOOPY + +ALL += LOOPY + +!begin gtk +GAMES += loopy +!end + +!begin >list.c + A(loopy) \ +!end |