Messy starting point. But it works

This commit is contained in:
2025-05-02 19:03:53 -04:00
parent fed86c966a
commit 6fd85892f1
2 changed files with 120 additions and 9 deletions

View File

@ -1,9 +1,12 @@
CXXFLAGS+= -std=c++23
LDLIBS+= -lalepha
LDFLAGS+= -L Alepha/build-debug -Wl,-rpath,/home/user/proj/ipam/Alepha/build-debug
CPPFLAGS+= -I .
CPPFLAGS+= -I . -g -O0
all: test
all: test ipam
test: ipam
./ipam
clean:
${RM} ipam