fixed name of element 'polarisator' to 'polarizer'
[rocksndiamonds.git] / graphics / Makefile
1 # =============================================================================
2 # Rocks'n'Diamonds - McDuffin Strikes Back!
3 # -----------------------------------------------------------------------------
4 # (c) 1995-2015 by Artsoft Entertainment
5 #                  Holger Schemel
6 #                  info@artsoft.org
7 #                  http://www.artsoft.org/
8 # -----------------------------------------------------------------------------
9 # graphics/Makefile
10 # =============================================================================
11
12 # -----------------------------------------------------------------------------
13 # configuration
14 # -----------------------------------------------------------------------------
15
16 GFX_CLASSIC_DIR = gfx_classic
17
18
19 # -----------------------------------------------------------------------------
20 # build targets
21 # -----------------------------------------------------------------------------
22
23 all: gfx_classic_dir
24
25 gfx_classic_dir:
26         @$(MAKE) -C $(GFX_CLASSIC_DIR)
27
28 clean:
29         @$(MAKE) -C $(GFX_CLASSIC_DIR) clean