From c699a8913c5c1e53e0b701109dabe2b8fc70b644 Mon Sep 17 00:00:00 2001 From: olpc user Date: Fri, 22 Nov 2019 16:56:03 -0800 Subject: while wip, moved concept storage off of helpers --- starts/meaning-vm/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'starts/meaning-vm/makefile') diff --git a/starts/meaning-vm/makefile b/starts/meaning-vm/makefile index a562715..29f07e5 100644 --- a/starts/meaning-vm/makefile +++ b/starts/meaning-vm/makefile @@ -1,7 +1,7 @@ -CXXFLAGS=-std=c++14 -fno-operator-names -ggdb +CXXFLAGS=-std=c++17 -fno-operator-names -ggdb LINK.o=$(LINK.cc) -main: main.o concept.o helpers.o +main: main.o concept.o helpers.o memorystore.o *.o: *.hpp clean: -rm *.o main -- cgit v1.2.3