X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/66a74a18d3d3e5a143aaccd3740a570ab171548a..3f98cd5a40321c18f87e4e732a75f56cc187cb1f:/lightup.R diff --git a/lightup.R b/lightup.R new file mode 100644 index 0000000..9c22e17 --- /dev/null +++ b/lightup.R @@ -0,0 +1,20 @@ +# -*- makefile -*- + +LIGHTUP = lightup combi + +lightup : [X] GTK COMMON LIGHTUP + +lightup : [G] WINDOWS COMMON LIGHTUP + +lightupsolver : [U] lightup[STANDALONE_SOLVER] combi STANDALONE +lightupsolver : [C] lightup[STANDALONE_SOLVER] combi STANDALONE + +ALL += LIGHTUP + +!begin gtk +GAMES += lightup +!end + +!begin >list.c + A(lightup) \ +!end