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