updated readme, and fixed linux compilation
This commit is contained in:
parent
4becf40f06
commit
8390db169f
8 changed files with 48 additions and 1 deletions
2
makefile
2
makefile
|
|
@ -1,4 +1,4 @@
|
|||
CXX = clang++
|
||||
CXX = g++
|
||||
CXXFLAGS = -g -std=c++20 -Iinclude -Wall -Wextra -Werror
|
||||
LDFLAGS =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue