diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-11-22 16:56:03 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-11-22 16:56:03 -0800 |
commit | c699a8913c5c1e53e0b701109dabe2b8fc70b644 (patch) | |
tree | b8e9d21a28c3ce310ce78ab91a9ce5bdb34ea1c2 /starts/meaning-vm/makefile | |
parent | 8565b47b9e8a59ac06e4f739d63218b0f1e5cb05 (diff) | |
download | standingwithresilience-c699a8913c5c1e53e0b701109dabe2b8fc70b644.tar.gz standingwithresilience-c699a8913c5c1e53e0b701109dabe2b8fc70b644.zip |
while wip, moved concept storage off of helpers
Diffstat (limited to 'starts/meaning-vm/makefile')
-rw-r--r-- | starts/meaning-vm/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |