summary refs log tree commit diff
diff options
context:
space:
mode:
-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