Makefile: Fix Whitespace

This commit is contained in:
Jan Holthuis 2015-07-27 18:47:19 +02:00
parent a090eba78c
commit 91338761d6
1 changed files with 2 additions and 3 deletions

View File

@ -127,7 +127,7 @@ LIBS += -lm -lrt -ldl
LIBS += -lpthread
ifdef USE_SDL
CXXFLAGS += `sdl-config --cflags`
CXXFLAGS += `sdl-config --cflags`
LIBS += `sdl-config --libs`
endif
@ -181,10 +181,10 @@ OBJECTS:=$(OBJECTS:.c=.build_obj)
OBJECTS:=$(OBJECTS:.S=.build_obj)
OBJECTS:=$(patsubst $(RZDCY_SRC_DIR)/%,obj/%,$(OBJECTS))
EXECUTABLE_STRIPPED=nosym-reicast.elf
EXECUTABLE=reicast.elf
all: $(CPPFILES) $(EXECUTABLE) $(EXECUTABLE_STRIPPED)
ifneq (,$(findstring gcwz,$(platform)))
mksquashfs $(EXECUTABLE_STRIPPED) $(GCWZ_PKG_FILES) $(GCWZ_PKG) -all-root
@ -208,6 +208,5 @@ obj/%.build_obj : $(RZDCY_SRC_DIR)/%.S
mkdir -p $(dir $@)
$(AS) $(ASFLAGS) $(INCS) $< -o $@
clean:
rm $(OBJECTS) $(EXECUTABLE) -f