This commit is contained in:
2024-09-06 14:17:43 +01:00
parent 4b37c3afb8
commit a6ae02833a
5 changed files with 14 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ SRC = $(wildcard src/*.cpp)
OBJ = $(addprefix build/, $(notdir $(SRC:.cpp=.o)))
TARGET = build/x86_64/main.x86_64
all: $(TARGET)
all: dirs $(TARGET)
dirs:
@mkdir -p build/x86_64