diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-02-26 17:40:59 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-02-26 17:40:59 -0500 |
commit | 7be6cc9a3ec6aaf818a24ad97201a4d1e67e6586 (patch) | |
tree | 083ca2c4ed27a92b0dc9ac73202fec6b43ed98c0 /Makefile | |
parent | fcbf59a968d90149867d94b2494b673a4f1a00d8 (diff) |
changed containers
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,5 +2,6 @@ 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 bench.cpp -o test -O1 + g++ -std=c++17 -Wall -Wextra xtest.cpp -o xtest -O1 -lentityx |