X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=dcbbbcfd9a09be229f3df2bf08ec492bcc2849f9;hp=cf1766c9b9c6b697fd4a3f8df227b6a0a41411d9;hb=5f287254715dd91f2c508a2a6b9853f0ef4ed785;hpb=05ebee60843f24201f3e7c5c76ff94b6b5e868b2 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