C++-ify it some more, begin readfile

This commit is contained in:
2022-04-17 22:03:17 -05:00
parent f770d105b8
commit 476aec5734
7 changed files with 122 additions and 97 deletions

View File

@@ -22,7 +22,7 @@ VPATH = $(SPATH) $(IPATH) $(DPATH) $(OPATH)
# compiler and compiler flags
CC = g++
CFLAGS = -I$(IPATH) -pthread -lrt
CFLAGS = -I$(IPATH) -pthread -lrt -std=c++11
# list of object files
SOURCES = $(wildcard $(SPATH)/*.$(STYPE))