From 559dd6032d3b78ca4fe58ae05dae93c1f29ba4eb Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 28 Sep 2019 16:08:30 +0200 Subject: Makefile the secodn --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e29db19..9b8d35a 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ OBJECTDIR = obj OUTPUT = program SRCS = $(wildcard $(SOURCEDIR)/*.c) -OBJS = $(SRCS:.cpp=.o) +OBJS = $(SRCS:.c=.o) OBJ = $(OBJS:$(SOURCEDIR)/%=$(OBJECTDIR)/%) build: dir $(OBJ) -- cgit v1.2.3