mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update dependencies
This commit is contained in:
parent
5d042b84b0
commit
125fb4ebdf
3 changed files with 7 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -5,7 +5,9 @@ LDFLAGS = `pkg-config --libs gtk4`
|
|||
|
||||
# Define target executable and source files
|
||||
TARGET = bin/Yoda
|
||||
SRCS = src/main.cpp $(wildcard src/**/*.cpp)
|
||||
SRCS = src/*.cpp\
|
||||
src/Yoda/*.cpp\
|
||||
src/Yoda/Browser/*.cpp
|
||||
|
||||
OBJS = $(SRCS:.cpp=.o)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue