mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Files
22 lines
260 B
Makefile
22 lines
260 B
Makefile
# -*- makefile -*-
|
|
|
|
PEGS = pegs tree234
|
|
|
|
pegs : [X] GTK COMMON PEGS pegs-icon|no-icon
|
|
|
|
pegs : [G] WINDOWS COMMON PEGS pegs.res?
|
|
|
|
ALL += PEGS
|
|
|
|
!begin gtk
|
|
GAMES += pegs
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(pegs) \
|
|
!end
|
|
|
|
!begin >wingames.lst
|
|
pegs.exe:Pegs
|
|
!end
|