From 80eb56304c48f273adca0e11042b8501ab9f5ccc Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Thu, 4 Mar 2021 11:39:06 +0300 Subject: Fixy fix. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dc64c6b..d89a927 100644 --- a/Makefile +++ b/Makefile @@ -62,9 +62,9 @@ $(GAME): $(OBJ) $(BUILD)/%.o: $(SRCDIR)/%.c $(COMPILE) $(CFLAGS) -c $< -o $@ -# Create build directories, if no such: +# Create build directory, if no such: $(BUILD): - mkdir -p $@ + mkdir $@ # Generate dependency file, adding corresponding build prefixes: $(DEPS): $(SRC) $(HEADERS) -- cgit v1.2.3