aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 12b3c0c00c6e559ffd32545974fd75d1ebedbefe (plain)
1
2
3
4
5
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