aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-02-26 17:40:59 -0500
committerClyne Sullivan <tullivan99@gmail.com>2017-02-26 17:40:59 -0500
commit7be6cc9a3ec6aaf818a24ad97201a4d1e67e6586 (patch)
tree083ca2c4ed27a92b0dc9ac73202fec6b43ed98c0 /Makefile
parentfcbf59a968d90149867d94b2494b673a4f1a00d8 (diff)
changed containers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 12b3c0c..b1a2703 100644
--- a/Makefile
+++ b/Makefile
@@ -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