diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-11-21 17:31:16 -0500 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-11-21 17:31:16 -0500 |
commit | 55f586437b52bda32793a376f8ea5df9fb1b89e2 (patch) | |
tree | d1efc540c35a121548478add010dd5363f6fa7b6 /starts/meaning-vm/makefile | |
parent | 6e81ffa9f5baabe8d4b16fa927ce423fbe26771e (diff) | |
download | standingwithresilience-55f586437b52bda32793a376f8ea5df9fb1b89e2.tar.gz standingwithresilience-55f586437b52bda32793a376f8ea5df9fb1b89e2.zip |
helpers
Diffstat (limited to 'starts/meaning-vm/makefile')
-rw-r--r-- | starts/meaning-vm/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |