aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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