# HG changeset patch # User Paul Boddie # Date 1716149964 -7200 # Node ID b4d8e43dad4a635dc4a24b6e88742df04b9da8ed # Parent d84d7a6f3c874aabdd7f3c291f14e6b7cd0638b9# Parent e67ebeaf56261a955d94099ad4dba707c9c50cd6 Merged changes from the trailing-data branch. diff -r d84d7a6f3c87 -r b4d8e43dad4a templates/Makefile --- a/templates/Makefile Sun May 19 21:58:15 2024 +0200 +++ b/templates/Makefile Sun May 19 22:19:24 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 $@