mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Files
20 lines
235 B
Makefile
20 lines
235 B
Makefile
# -*- makefile -*-
|
|
|
|
cube : [X] GTK COMMON cube cube-icon|no-icon
|
|
|
|
cube : [G] WINDOWS COMMON cube cube.res?
|
|
|
|
ALL += cube
|
|
|
|
!begin gtk
|
|
GAMES += cube
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(cube) \
|
|
!end
|
|
|
|
!begin >wingames.lst
|
|
cube.exe:Cube
|
|
!end
|