update namespace model

This commit is contained in:
yggverse 2024-08-05 03:15:41 +03:00
parent 521d372b40
commit 47bd3b5b8b
10 changed files with 116 additions and 81 deletions

View file

@ -6,8 +6,8 @@ LDFLAGS = `pkg-config --libs gtk4`
# Define target executable and source files
TARGET = bin/Yoda
SRCS = src/main.cpp\
src/Yoda/Browser.cpp\
src/Yoda/Browser/Header.cpp
src/app/browser.cpp\
src/app/browser/header.cpp
OBJS = $(SRCS:.cpp=.o)