aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)