aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-01-04 12:33:01 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-01-04 12:33:01 +0100
commit7e19e116764d2651721cb9062ccaac31b0c771f2 (patch)
tree59b79a2157efe6adfe43ce6cd4d5c7e43d85b528 /Makefile
parent096b125db7ec254002a049ef3a5c1204bd7f0ad9 (diff)
downloadst-7e19e116764d2651721cb9062ccaac31b0c771f2.tar.gz
Makefile: fix dependencies on config.h
patch by Younes Khoudli (changed slightly). Thanks
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
remember that computers suck.