Refactored discovery, to use new project structure. Almost ready.

This commit is contained in:
t-moe
2015-04-03 22:16:02 +02:00
parent cab86098c5
commit 9a1d12ae2e
9 changed files with 118 additions and 63 deletions

View File

@@ -49,7 +49,7 @@ COMMON_OBJS=$(patsubst $(COMMON_DIR)/%,$(OBJ_DIR)/%,$(COMMON_CFILES:.c=.o))
.PHONY: all clean run debug
# List of all binaries to build
all: $(BUILD_DIR)/$(TARGET) $(OBJS) $(QT_LIB)
all: $(BUILD_DIR)/$(TARGET)
run: all
./build/emulator