run: before all: is a naughty thing! moving it below...
This commit is contained in:
parent
0f2d658e36
commit
22bac17197
|
@ -49,12 +49,12 @@ SDL_SRCS := \
|
||||||
# Library object files.
|
# Library object files.
|
||||||
SDL_OBJS := $(subst $(SDL_SRC_DIR),$(SDL_OBJ_DIR),$(SDL_SRCS:.c=.o))
|
SDL_OBJS := $(subst $(SDL_SRC_DIR),$(SDL_OBJ_DIR),$(SDL_SRCS:.c=.o))
|
||||||
|
|
||||||
# Used to install library by pressing Alt+R in Programmer's Notepad
|
|
||||||
run: all lib-install
|
|
||||||
|
|
||||||
# What's a full build?
|
# What's a full build?
|
||||||
all: $(LIB_DIR)/libSDL.a
|
all: $(LIB_DIR)/libSDL.a
|
||||||
|
|
||||||
|
# Used to install library by pressing Alt+R in Programmer's Notepad
|
||||||
|
run: all lib-install
|
||||||
|
|
||||||
# How to delete the intermediate files.
|
# How to delete the intermediate files.
|
||||||
clean:
|
clean:
|
||||||
@echo Cleaning $(LIB_DIR) $(SDL_OBJS)
|
@echo Cleaning $(LIB_DIR) $(SDL_OBJS)
|
||||||
|
|
Reference in a new issue