From fed2ac694bd028d119581ea05a3376e791aee97d Mon Sep 17 00:00:00 2001 From: olpc user Date: Sat, 23 Nov 2019 09:11:28 -0800 Subject: more syntax sugar, building meaning --- 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 29f07e5..c037661 100644 --- a/starts/meaning-vm/makefile +++ b/starts/meaning-vm/makefile @@ -1,7 +1,7 @@ -CXXFLAGS=-std=c++17 -fno-operator-names -ggdb +CXXFLAGS=-std=c++17 -fno-operator-names -ggdb -O0 LINK.o=$(LINK.cc) -main: main.o concept.o helpers.o memorystore.o +main: main.o concept.o helpers.o memorystore.o meaning.o *.o: *.hpp clean: -rm *.o main -- cgit v1.2.3