Files
puzzles/blackbox.R
Simon Tatham c06792c076 Add a mechanism to the automake system to allow 'make install' to only
install the actual games, not the auxiliary binaries or nullgame.

[originally from svn r9887]
2013-06-30 10:16:57 +00:00

20 lines
324 B
Makefile

# -*- makefile -*-
blackbox : [X] GTK COMMON blackbox blackbox-icon|no-icon
blackbox : [G] WINDOWS COMMON blackbox blackbox.res|noicon.res
ALL += blackbox[COMBINED]
!begin am gtk
GAMES += blackbox
!end
!begin >list.c
A(blackbox) \
!end
!begin >gamedesc.txt
blackbox:blackbox.exe:Black Box:Ball-finding puzzle
!end