Upgrade to C++

This commit is contained in:
2022-04-17 18:29:32 -05:00
parent 300c72a49e
commit f770d105b8
6 changed files with 10 additions and 10 deletions

View File

@@ -16,12 +16,12 @@ DPATH = dep
OPATH = obj
# File type of source file
STYPE = c
STYPE = cpp
VPATH = $(SPATH) $(IPATH) $(DPATH) $(OPATH)
# compiler and compiler flags
CC = gcc
CC = g++
CFLAGS = -I$(IPATH) -pthread -lrt
# list of object files