Rename target default to all

fix-mingw 1.1
Nakidai 2023-11-25 00:55:36 +03:00
parent 123760b56a
commit 9a96460f7a
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 SRC = main.c screen.c input.c player.c
OBJ = $(addprefix $(OBJDIR)/,$(SRC:.c=.o)) OBJ = $(addprefix $(OBJDIR)/,$(SRC:.c=.o))
default: $(OUT) all: $(OUT)
obj: obj:
mkdir obj mkdir obj