X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=dcbbbcfd9a09be229f3df2bf08ec492bcc2849f9;hb=09fe1e22ce65b2478b47fc2cf1bbe9a9eb966212;hp=cf1766c9b9c6b697fd4a3f8df227b6a0a41411d9;hpb=375efb8891a2d131d46f1582fd770d34464094e0;p=st.git 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