diff options
| author | Shivesh Mandalia <mail@shivesh.org> | 2021-09-26 20:56:40 +0100 |
|---|---|---|
| committer | Shivesh Mandalia <mail@shivesh.org> | 2021-09-26 20:56:40 +0100 |
| commit | 446b356f707b1e56811ca89caa27fb083b6611d4 (patch) | |
| tree | 79d5e0d125c82e92f9633db83c93793bea971ef4 /Makefile | |
| parent | 04b562e98a947f6b4b036481ff01c1f59e1f2681 (diff) | |
| download | st-446b356f707b1e56811ca89caa27fb083b6611d4.tar.gz st-446b356f707b1e56811ca89caa27fb083b6611d4.zip | |
Revert ligature support patch
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -4,7 +4,7 @@ include config.mk -SRC = st.c x.c hb.c +SRC = st.c x.c OBJ = $(SRC:.c=.o) all: options st @@ -22,8 +22,7 @@ config.h: $(CC) $(STCFLAGS) -c $< st.o: config.h st.h win.h -x.o: arg.h config.h st.h win.h hb.h -hb.o: st.h +x.o: arg.h config.h st.h win.h $(OBJ): config.h config.mk |
