mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
fix makefile
This commit is contained in:
parent
125fb4ebdf
commit
521d372b40
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -5,9 +5,9 @@ LDFLAGS = `pkg-config --libs gtk4`
|
|||
|
||||
# Define target executable and source files
|
||||
TARGET = bin/Yoda
|
||||
SRCS = src/*.cpp\
|
||||
src/Yoda/*.cpp\
|
||||
src/Yoda/Browser/*.cpp
|
||||
SRCS = src/main.cpp\
|
||||
src/Yoda/Browser.cpp\
|
||||
src/Yoda/Browser/Header.cpp
|
||||
|
||||
OBJS = $(SRCS:.cpp=.o)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue