Rename target default to all

fix-mingw 1.1
Nakidai 2023-11-25 00:55:36 +03:00
parent 123760b56a
commit 8acdec21a7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ OBJDIR = obj
SRC = main.c screen.c input.c player.c
OBJ = $(addprefix $(OBJDIR)/,$(SRC:.c=.o))
default: $(OUT)
all: $(OUT)
obj:
mkdir obj