And the basic idea works...

This commit is contained in:
2024-08-27 03:45:07 -04:00
parent 002f7d82a9
commit 8aa1dfd9d0
5 changed files with 49 additions and 18 deletions

View File

@ -1,5 +1,5 @@
CPPFLAGS+= -I .
CXXFLAGS+= -std=c++2c
CXXFLAGS+= -std=c++2c -O0 -g
LDFLAGS+= -L ./Alepha/ -Wl,-rpath=/home/adam/proj/bake/Alepha
LDLIBS+= -lalepha
CXX=g++-14