all repos — st @ 7e19e116764d2651721cb9062ccaac31b0c771f2

st (suckless terminal) config

Makefile: fix dependencies on config.h

patch by Younes Khoudli (changed slightly). Thanks
Hiltjo Posthuma hiltjo@codemadness.org
commit

7e19e116764d2651721cb9062ccaac31b0c771f2

parent

096b125db7ec254002a049ef3a5c1204bd7f0ad9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M MakefileMakefile

@@ -22,7 +22,7 @@ .c.o:

$(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