# HG changeset patch # User Paul Boddie # Date 1716149977 -7200 # Node ID 189558cc45e12d3043e16b0ba4bf4703846ccea2 # Parent f1c22d55c0daa961ecb686e49a8a2b51be2ac04a# Parent b4d8e43dad4a635dc4a24b6e88742df04b9da8ed Merged changes from the value-replacement branch. diff -r f1c22d55c0da -r 189558cc45e1 templates/Makefile --- a/templates/Makefile Sun May 19 21:59:04 2024 +0200 +++ b/templates/Makefile Sun May 19 22:19:37 2024 +0200 @@ -17,7 +17,7 @@ rm -f main $(OBJ) main: $(OBJ) - $(CC) $(LDFLAGS) $(OBJ) -o $@ + $(CC) $(OBJ) -o $@ $(LDFLAGS) .c.o: $(CC) -c $(CFLAGS) $< -o $@