From fd636de1869ab6fc08915a20dc28c348d157aa5e Mon Sep 17 00:00:00 2001 From: Nakidai Date: Thu, 26 Sep 2024 00:53:47 +0300 Subject: Move LDFLAGS --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7ca6edb..5fa2be0 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ RM = rm -f all: cptc cptc: $(OBJS) + $(CC) -o $@ $^ $(LDFLAGS) clean: $(RM) cptc *.o -- cgit 1.4.1