X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/375efb8891a2d131d46f1582fd770d34464094e0..339e7f35713ae0c35be2537e6639cd5eee592acb:/Makefile

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