Will it ever end?

This commit is contained in:
Matt Woodrow 2009-08-26 12:23:01 +12:00
parent 98690df815
commit 60fccfface

View File

@ -127,8 +127,6 @@ ifeq "$(GCC_VERSION)" "4"
CPPFLAGS += $(CPP_GCC4_FLAGS)
endif
BINARY = $(PROJECT).ext.so
OBJ_LINUX := $(OBJECTS:%.cpp=$(BIN_DIR)/%.o)
$(BIN_DIR)/%.o: %.cpp