JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
source utility functions out to util.c
[st.git] / Makefile
index cf1766c..dcbbbcf 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