diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-11-21 06:17:34 -0500 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2019-11-21 06:17:34 -0500 |
commit | 302fc80f638783d17cd3b496284a535044241297 (patch) | |
tree | fa0031f7ac530365af6314d17f19ee84b2e83acb /starts/meaning-vm/makefile | |
parent | d73fda8d05f6225c360f17a92563a9db36c8e922 (diff) | |
download | standingwithresilience-302fc80f638783d17cd3b496284a535044241297.tar.gz standingwithresilience-302fc80f638783d17cd3b496284a535044241297.zip |
simple c++ refs
Diffstat (limited to 'starts/meaning-vm/makefile')
-rw-r--r-- | starts/meaning-vm/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/starts/meaning-vm/makefile b/starts/meaning-vm/makefile new file mode 100644 index 0000000..eb47570 --- /dev/null +++ b/starts/meaning-vm/makefile @@ -0,0 +1,4 @@ +CXXFLAGS=-std=c++11 -ggdb + +main: main.cpp +aain.cpp: *.hpp |