Update Makefile
This commit is contained in:
parent
409ef7f74e
commit
b8613caf2a
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
BIN=YOUR_PROJECT_NAME
|
BIN=YOUR_PROJECT_NAME
|
||||||
|
|
||||||
CC_FLAGS = -Isrc/include -std=c23
|
CC_FLAGS = -Isrc/include -std=c23
|
||||||
CXX_FLAGS = -Isrc/include -Ilib/ -std=c++23 -fmodules-ts
|
CXX_FLAGS = -Isrc/include -Ilib/ -std=c++23
|
||||||
LD_FLAGS = -lm
|
LD_FLAGS = -lm
|
||||||
CC=gcc
|
CC=gcc
|
||||||
CXX=g++
|
CXX=g++
|
||||||
|
|
Loading…
Reference in New Issue
Block a user