feat: kitty images patch applied
This commit is contained in:
7
Makefile
7
Makefile
@@ -4,7 +4,7 @@
|
||||
|
||||
include config.mk
|
||||
|
||||
SRC = st.c x.c
|
||||
SRC = st.c x.c rowcolumn_diacritics_helpers.c graphics.c
|
||||
OBJ = $(SRC:.c=.o)
|
||||
|
||||
all: st
|
||||
@@ -15,8 +15,9 @@ config.h:
|
||||
.c.o:
|
||||
$(CC) $(STCFLAGS) -c $<
|
||||
|
||||
st.o: config.h st.h win.h
|
||||
x.o: arg.h config.h st.h win.h
|
||||
st.o: config.h st.h win.h graphics.h
|
||||
x.o: arg.h config.h st.h win.h graphics.h
|
||||
graphics.c: graphics.h khash.h kvec.h st.h
|
||||
|
||||
$(OBJ): config.h config.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user