mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
fix makefile
This commit is contained in:
parent
125fb4ebdf
commit
521d372b40
6
Makefile
6
Makefile
@ -5,9 +5,9 @@ LDFLAGS = `pkg-config --libs gtk4`
|
|||||||
|
|
||||||
# Define target executable and source files
|
# Define target executable and source files
|
||||||
TARGET = bin/Yoda
|
TARGET = bin/Yoda
|
||||||
SRCS = src/*.cpp\
|
SRCS = src/main.cpp\
|
||||||
src/Yoda/*.cpp\
|
src/Yoda/Browser.cpp\
|
||||||
src/Yoda/Browser/*.cpp
|
src/Yoda/Browser/Header.cpp
|
||||||
|
|
||||||
OBJS = $(SRCS:.cpp=.o)
|
OBJS = $(SRCS:.cpp=.o)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user