X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/9bb2f5af8376dce30342a462e24708244763e00c..HEAD:/pegs.R diff --git a/pegs.R b/pegs.R index e5e080e..5468713 100644 --- a/pegs.R +++ b/pegs.R @@ -1,12 +1,12 @@ # -*- makefile -*- -PEGS = pegs tree234 +PEGS_EXTRA = tree234 -pegs : [X] GTK COMMON PEGS pegs-icon|no-icon +pegs : [X] GTK COMMON pegs PEGS_EXTRA pegs-icon|no-icon -pegs : [G] WINDOWS COMMON PEGS pegs.res? +pegs : [G] WINDOWS COMMON pegs PEGS_EXTRA pegs.res|noicon.res -ALL += PEGS +ALL += pegs[COMBINED] PEGS_EXTRA !begin gtk GAMES += pegs @@ -17,5 +17,5 @@ GAMES += pegs !end !begin >wingames.lst -pegs.exe +pegs.exe:Pegs !end