mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
update namespace model
This commit is contained in:
parent
521d372b40
commit
47bd3b5b8b
10 changed files with 116 additions and 81 deletions
4
Makefile
4
Makefile
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue