aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-26 20:57:29 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-26 20:57:29 +0100
commite5d94759bdd8a40cd4761fdbac326cc7e97759cd (patch)
tree5f3a2d42def9c34c453f1fc8fd2708a5104abf11 /Makefile
parent5db9f68f1d2ecd48f6a5a0af707a45e63c352faa (diff)
'upgrades, people, upgrades'
Diffstat (limited to 'Makefile')
-rwxr-xr-x[-rw-r--r--]Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e79b89e..15db421 100644..100755
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
include config.mk
-SRC = st.c x.c rowcolumn_diacritics_helpers.c graphics.c
+SRC = st.c x.c
OBJ = $(SRC:.c=.o)
all: st
@@ -16,7 +16,7 @@ config.h:
$(CC) $(STCFLAGS) -c $<
st.o: config.h st.h win.h
-x.o: arg.h config.h st.h win.h graphics.h
+x.o: arg.h config.h st.h win.h
$(OBJ): config.h config.mk