feat: finish UI + chore: organize all windows into separate files

This commit is contained in:
hexlocation 2025-02-08 20:48:05 +00:00
parent 43deda8646
commit f33e0aca06
10 changed files with 149 additions and 129 deletions

View file

@ -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