feat: add new contacts list and connect to xmpp button
This commit is contained in:
parent
d7781bbbf4
commit
59ac3aeb0a
5 changed files with 64 additions and 11 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue