8 lines
148 B
Makefile
8 lines
148 B
Makefile
CPPFLAGS+= -I .
|
|
CXXFLAGS+= -std=c++2c -O0 -g
|
|
LDFLAGS+= -L ./Alepha/ -Wl,-rpath=/home/adam/proj/bake/Alepha
|
|
LDLIBS+= -lalepha
|
|
CXX=g++-14
|
|
|
|
all: bake
|