summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-12 22:34:12 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-12 22:34:12 +0200
commit80d348f1591b0e3bfc001fb5bc096d42600f3325 (patch)
treeda447df761b3128b65527812d32d93ff6b656cba /Makefile
parent29e33d30922212935d0523ea8a0ca1629751a5e3 (diff)
Revert from applying font2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6fdd0c6..be32361 100644
--- a/Makefile
+++ b/Makefile
@@ -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