feat: add new contacts list and connect to xmpp button

This commit is contained in:
hexlocation 2025-02-08 12:57:55 +00:00
parent d7781bbbf4
commit 59ac3aeb0a
5 changed files with 64 additions and 11 deletions

View file

@ -5,7 +5,7 @@ FLAGS=-lbe -std=c++20 -lstdc++
all: build
build:
$(CPP) App.cpp -o $(BINARY) $(FLAGS)
$(CPP) *.cpp -o $(BINARY) $(FLAGS)
test: build
./renga