diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2022-12-31 16:30:35 -0500 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2022-12-31 16:30:35 -0500 |
| commit | 7c6ef5232de8d31a10e593882c29189c05296541 (patch) | |
| tree | 6d173bd6bdd519139467ae5a723602e9134dd7cd /Makefile | |
| parent | c1a13da18e043a229cd08d9796ffd234c7311a86 (diff) | |
| download | st-7c6ef5232de8d31a10e593882c29189c05296541.tar.gz | |
Applied boxdraw + more repo cleanup
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ include config.mk -SRC = st.c x.c +SRC = st.c x.c boxdraw.c OBJ = $(SRC:.c=.o) all: options st @@ -23,6 +23,7 @@ config.h: st.o: config.h st.h win.h x.o: arg.h config.h st.h win.h +boxdraw.o: config.h st.h boxdraw_data.h $(OBJ): config.h config.mk |