removed enemy & fixed html5 build
This commit is contained in:
parent
3363f82097
commit
716ff3d83c
4 changed files with 51 additions and 28 deletions
|
@ -384,7 +384,8 @@ PROJECT_SOURCE_FILES ?= \
|
|||
$(PROJECT_SOURCE_PATH)/Gameover.c \
|
||||
$(PROJECT_SOURCE_PATH)/Options.c \
|
||||
$(PROJECT_SOURCE_PATH)/Ending.c \
|
||||
$(PROJECT_SOURCE_PATH)/LevelSel.c
|
||||
$(PROJECT_SOURCE_PATH)/LevelSel.c \
|
||||
$(PROJECT_SOURCE_PATH)/Gutils.c
|
||||
|
||||
# Define all object files from source files
|
||||
OBJS = $(patsubst %.c, %.o, $(PROJECT_SOURCE_FILES))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue