The basic skeleton is in place.

I have to fix the symbol searching...
This commit is contained in:
2024-08-27 02:42:50 -04:00
commit 3d7bb108c4
4 changed files with 344 additions and 0 deletions

7
Makefile Normal file
View File

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