diff options
author | rafa_99 <rafa99@protonmail.com> | 2020-05-26 14:04:21 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2020-05-26 14:04:21 +0000 |
commit | 93f5e5a6493904d7680dce12adb36c70b097431c (patch) | |
tree | d1fe248ea27686946a447d69b464b01707a6b0ed /Makefile | |
parent | fa8dabacbd6f78ae3c756e6cee5da204de7a70d7 (diff) |
Bump to version 0.8.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,7 @@ include config.mk -SRC = st.c x.c boxdraw.c +SRC = st.c x.c OBJ = $(SRC:.c=.o) all: options st @@ -23,7 +23,6 @@ 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 |