From 8a23411d0e937c89347703bc9768981e8f029967 Mon Sep 17 00:00:00 2001 From: ALittlePatate Date: Mon, 23 Oct 2023 12:20:35 +0200 Subject: [PATCH] update Makefile --- src/client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/Makefile b/src/client/Makefile index c70aefb..87cc4d4 100644 --- a/src/client/Makefile +++ b/src/client/Makefile @@ -1,6 +1,6 @@ SRC = main.cpp \ memory.cpp -OBJ = $(SRC:.c=.o) +OBJ = $(SRC:.cpp=.o) NAME = Revird CFLAGS = -Wall -Wextra -Wpedantic