diff options
author | Nao Pross <naopross@thearcway.org> | 2019-02-22 23:08:15 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2019-02-22 23:08:15 +0100 |
commit | e624d81e54ae481383afbd772bf87850bf75f2d7 (patch) | |
tree | ef47b37fe7d2a2e7c4d22b9c69f4a75965a6c51f | |
parent | Add initial implementation for mmmatrix and update to build.ninja (diff) | |
download | libmm-e624d81e54ae481383afbd772bf87850bf75f2d7.tar.gz libmm-e624d81e54ae481383afbd772bf87850bf75f2d7.zip |
Undo directory structure change
-rw-r--r-- | include/mmmatrix.hpp (renamed from include/mm/mmmatrix.hpp) | 0 | ||||
-rw-r--r-- | include/mmvec.hpp (renamed from include/mm/mmvec.hpp) | 0 | ||||
-rw-r--r-- | ninja/rules.ninja | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/include/mm/mmmatrix.hpp b/include/mmmatrix.hpp index 7934d87..7934d87 100644 --- a/include/mm/mmmatrix.hpp +++ b/include/mmmatrix.hpp diff --git a/include/mm/mmvec.hpp b/include/mmvec.hpp index 4bac658..4bac658 100644 --- a/include/mm/mmvec.hpp +++ b/include/mmvec.hpp diff --git a/ninja/rules.ninja b/ninja/rules.ninja index a17c01a..8ff3e02 100644 --- a/ninja/rules.ninja +++ b/ninja/rules.ninja @@ -1,4 +1,4 @@ -includes = -I include/mm +includes = -I include cflags = -Wall -Werror -pedantic -fPIC -std=c++17 $includes libs = |