diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-12 22:34:12 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-08-12 22:34:12 +0200 |
commit | 80d348f1591b0e3bfc001fb5bc096d42600f3325 (patch) | |
tree | da447df761b3128b65527812d32d93ff6b656cba /Makefile | |
parent | 29e33d30922212935d0523ea8a0ca1629751a5e3 (diff) |
Revert from applying font2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ include config.mk -SRC = st.c x.c boxdraw.c hb.c +SRC = st.c x.c boxdraw.c OBJ = $(SRC:.c=.o) all: options st |