Remove spurious semicolons from macros; their upset compilers that don't like
[sgt/puzzles] / inertia.R
index 6146bc9..836e1fe 100644 (file)
--- a/inertia.R
+++ b/inertia.R
@@ -1,8 +1,8 @@
 # -*- makefile -*-
 
-inertia  : [X] GTK COMMON inertia
+inertia  : [X] GTK COMMON inertia inertia-icon|no-icon
 
-inertia  : [G] WINDOWS COMMON inertia
+inertia  : [G] WINDOWS COMMON inertia inertia.res?
 
 ALL += inertia
 
@@ -13,3 +13,7 @@ GAMES += inertia
 !begin >list.c
     A(inertia) \
 !end
+
+!begin >wingames.lst
+inertia.exe
+!end