diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-02-26 18:58:25 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-02-26 18:58:25 -0500 |
commit | f4c47aa1845e996dea89ed17c2d71752df50ed50 (patch) | |
tree | 735b09c57119f58641243a212833c244324fd9c6 /Makefile | |
parent | 7be6cc9a3ec6aaf818a24ad97201a4d1e67e6586 (diff) |
reorginization
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index b1a2703..0000000 --- a/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -all: - g++ -std=c++17 -ggdb -pedantic -Wall -Wextra main.cpp -o main -lentityx - -test: - g++ -std=c++17 -Wall -Wextra bench.cpp -o test -O1 - g++ -std=c++17 -Wall -Wextra xtest.cpp -o xtest -O1 -lentityx - |