]> git.armaanb.net Git - st.git/blobdiff - Makefile
source utility functions out to util.c
[st.git] / Makefile
index cf1766c9b9c6b697fd4a3f8df227b6a0a41411d9..dcbbbcfd9a09be229f3df2bf08ec492bcc2849f9 100644 (file)
--- 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