st
simple terminal
git clone https://9o.is/git/st.git
commit d93c2f52b2532f3a9a3cbc751b3c4d860487be39 parent aa833022e78388c5185de7219a8f615bf23d0c2e Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 4 Jan 2019 12:33:01 +0100 Makefile: fix dependencies on config.h patch by Younes Khoudli (changed slightly). Thanks Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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