mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
init container class
This commit is contained in:
parent
47bd3b5b8b
commit
3e24a6fb72
3 changed files with 52 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -7,6 +7,7 @@ LDFLAGS = `pkg-config --libs gtk4`
|
|||
TARGET = bin/Yoda
|
||||
SRCS = src/main.cpp\
|
||||
src/app/browser.cpp\
|
||||
src/app/browser/container.cpp\
|
||||
src/app/browser/header.cpp
|
||||
|
||||
OBJS = $(SRCS:.cpp=.o)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue