mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-06 08:24:14 +00:00
update source list
This commit is contained in:
parent
00bd8204b8
commit
bb0ea3b7c7
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…
x
Reference in New Issue
Block a user