summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-07 21:53:37 -0400
committerGitHub <noreply@github.com>2019-05-07 21:53:37 -0400
commit140c6b0a3f56e689f85728548469402e928ade30 (patch)
treeb20ec7e05d5970bdfc7c35bfbf9c89b7541b011b /Makefile
parent35506b44adf9176062f2cc51bcfd54ac79246744 (diff)
parent3cd91894ec91a0de7aa71d62949ba3381e600afd (diff)
Merge pull request #69 from YusufAktepe/master
Updated st to 0.8.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b3cecd..470ac86 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ config.h:
$(CC) $(STCFLAGS) -c $<
st.o: config.h st.h win.h
-x.o: arg.h st.h win.h
+x.o: arg.h config.h st.h win.h
$(OBJ): config.h config.mk