File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11SRC_DIR := src
22INC_DIR := include
33BUILD_DIR := build
4- THIRD_PARTY_DIR := third_party
4+ THIRD_PARTY_DIR := third_party
55
66SRC_DIRS := $(shell find $(SRC_DIR ) -type d)
77BUILD_DIRS := $(SRC_DIRS:$(SRC_DIR ) %=$(BUILD_DIR ) % )
88
99TARGET := 6502_tester
1010SOURCES := $(shell find $(SRC_DIR ) -type f -name '* .cpp')
1111HEADERS := $(shell find $(SRC_DIR ) -type f -name '* .h')
12- OBJECTS := $(SOURCES:$(SRC_DIR ) /%.cpp=$(BUILD_DIR ) /%.o )
12+ OBJECTS := $(SOURCES:$(SRC_DIR ) /%.cpp=$(BUILD_DIR ) /%.o )
1313
1414ARGS_DIR := $(THIRD_PARTY_DIR ) /args
1515ARGS_HEADER := $(ARGS_DIR ) /args.hxx
@@ -18,7 +18,7 @@ JSON_DIR := $(THIRD_PARTY_DIR)/json/single_include
1818JSON_HEADER := $(JSON_DIR ) /nlohmann/json.hpp
1919
2020MOS6502_DIR := $(THIRD_PARTY_DIR ) /mos6502
21- MOS6502_HEADER := $(MOS6502_DIR ) /mos6502.h
21+ MOS6502_HEADER := $(MOS6502_DIR ) /mos6502.h
2222MOS6502_CXX := $(MOS6502_DIR ) /mos6502.cpp
2323MOS6502_OBJ := $(MOS6502_DIR ) /mos6502.o
2424
You can’t perform that action at this time.
0 commit comments