mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
update source list
This commit is contained in:
parent
00bd8204b8
commit
bb0ea3b7c7
1 changed files with 1 additions and 13 deletions
14
Makefile
14
Makefile
|
|
@ -5,19 +5,7 @@ LDFLAGS = `pkg-config --libs gtkmm-4.0`
|
||||||
|
|
||||||
# Define target executable and source files
|
# Define target executable and source files
|
||||||
TARGET = bin/Yoda
|
TARGET = bin/Yoda
|
||||||
SRCS = src/main.cpp src/app/browser.cpp
|
SRCS = src/main.cpp $(wildcard src/app/*.cpp)
|
||||||
# src/app/browser.cpp\
|
|
||||||
# src/app/browser/container.cpp\
|
|
||||||
# src/app/browser/container/page.cpp\
|
|
||||||
# src/app/browser/container/tab.cpp\
|
|
||||||
# src/app/browser/header.cpp\
|
|
||||||
# src/app/browser/header/tab.cpp\
|
|
||||||
# src/app/browser/header/menu.cpp\
|
|
||||||
# src/app/browser/header/menu/main.cpp\
|
|
||||||
# src/app/browser/header/menu/main/tab.cpp\
|
|
||||||
# src/app/browser/header/menu/main/tab/append.cpp\
|
|
||||||
# src/app/browser/header/menu/main/debug.cpp\
|
|
||||||
# src/app/browser/header/menu/main/quit.cpp
|
|
||||||
|
|
||||||
OBJS = $(SRCS:.cpp=.o)
|
OBJS = $(SRCS:.cpp=.o)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue