From fcbf59a968d90149867d94b2494b673a4f1a00d8 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 26 Feb 2017 15:42:46 -0500 Subject: initial commit --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..12b3c0c --- /dev/null +++ b/Makefile @@ -0,0 +1,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 + -- cgit v1.2.3