diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2018-11-24 13:03:52 +0100 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2018-11-24 13:03:52 +0100 |
| commit | 6c687dd30b552d646c87c2361394a1183ef5281a (patch) | |
| tree | 68fc377c007f7eb38c2c72c120391da0e50e1b7e /Source/Makefile | |
| parent | ce0027e87fe9be70000e53f52f185321bae3e35e (diff) | |
| download | airport-6c687dd30b552d646c87c2361394a1183ef5281a.tar.gz | |
New LEVEL3.
Improvements.
Diffstat (limited to 'Source/Makefile')
| -rw-r--r-- | Source/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Source/Makefile b/Source/Makefile index 6704bc7..84f0f2b 100644 --- a/Source/Makefile +++ b/Source/Makefile @@ -79,7 +79,15 @@ SOUND_OBJECTS = $(addprefix $(OBJ_SOUNDS_DIR)/, BELL.VAG \ # Level objects: SRC_LEVELS_DIR = $(PROJECT_DIR)/Levels OBJ_LEVELS_DIR = $(CDROM_ROOT)/DATA/LEVELS -LEVEL_OBJECTS = $(addprefix $(OBJ_LEVELS_DIR)/, LEVEL1.LVL LEVEL2.LVL LEVEL2.PLT LEVEL1.PLT EASY.PLT TUTORIA1.PLT) +LEVEL_OBJECTS = $(addprefix $(OBJ_LEVELS_DIR)/, \ + LEVEL1.LVL \ + LEVEL2.LVL \ + LEVEL3.LVL \ + LEVEL1.PLT \ + LEVEL2.PLT \ + LEVEL3.PLT \ + EASY.PLT \ + TUTORIA1.PLT) # Sprite objects: BMP2TIM = bmp2tim |
