From 55f586437b52bda32793a376f8ea5df9fb1b89e2 Mon Sep 17 00:00:00 2001 From: olpc user Date: Thu, 21 Nov 2019 17:31:16 -0500 Subject: helpers --- starts/meaning-vm/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starts/meaning-vm/makefile') diff --git a/starts/meaning-vm/makefile b/starts/meaning-vm/makefile index 9796f88..ebbb00e 100644 --- a/starts/meaning-vm/makefile +++ b/starts/meaning-vm/makefile @@ -2,6 +2,6 @@ CXXFLAGS=-std=c++14 -ggdb LINK.o=$(LINK.cc) main: main.o concept.o helpers.o -%.o: *.hpp +*.o: *.hpp clean: -rm *.o main -- cgit v1.2.3