X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/05ebee60843f24201f3e7c5c76ff94b6b5e868b2..5f287254715dd91f2c508a2a6b9853f0ef4ed785:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index cf1766c..dcbbbcf 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = st.c std.c +SRC = st.c std.c util.c pty.c OBJ = ${SRC:.c=.o} all: options st