feat: finish UI + chore: organize all windows into separate files
This commit is contained in:
parent
43deda8646
commit
f33e0aca06
10 changed files with 149 additions and 129 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ FLAGS=-lbe -std=c++20 -lstdc++
|
|||
all: build
|
||||
|
||||
build:
|
||||
$(CPP) *.cpp -o $(BINARY) $(FLAGS)
|
||||
$(CPP) $(shell find ./src | grep cpp) -o $(BINARY) $(FLAGS)
|
||||
test: build
|
||||
./renga
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue