From e5d94759bdd8a40cd4761fdbac326cc7e97759cd Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Sat, 26 Jul 2025 20:57:29 +0100 Subject: 'upgrades, people, upgrades' --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 index e79b89e..15db421 --- 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 -- cgit v1.2.3