diff options
Diffstat (limited to 'vtek3/Makefile')
-rw-r--r-- | vtek3/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vtek3/Makefile b/vtek3/Makefile new file mode 100644 index 0000000..4f9a99a --- /dev/null +++ b/vtek3/Makefile @@ -0,0 +1,6 @@ + +CXXFLAGS += -std=c++2c -mavx2 -Iinclude +CXXFLAGS += -ggdb + +main: main.cpp + $(CXX) -o $@ $^ $(CXXFLAGS) |