about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2024-09-26 00:53:47 +0300
committerNakidai <nakidai@disroot.org>2024-09-26 00:53:47 +0300
commitfd636de1869ab6fc08915a20dc28c348d157aa5e (patch)
tree1f3397f9c632ded517855a676f9bfa8beb34b4f9 /Makefile
parent46bf232ebc522350f0fb700edc77fd83c28b99ba (diff)
downloadcptc-fd636de1869ab6fc08915a20dc28c348d157aa5e.tar.gz
cptc-fd636de1869ab6fc08915a20dc28c348d157aa5e.zip
Move LDFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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