diff options
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 |