4 # set the OS type for compilation
6 # compile a library only
11 # define library sources
13 bombs.cpp bombs1.cpp game.cpp
15 #define library objects
17 bombs.o bombs1.o game.o
19 # additional things needed to link
22 # additional things needed to compile
25 # include the definitions now
26 include ../../../template.mak