# HG changeset patch # User Paul Boddie # Date 1716149951 -7200 # Node ID e67ebeaf56261a955d94099ad4dba707c9c50cd6 # Parent a049a99038e0b1ae8d65da7feda3b2afe5ea6477# Parent dd0745ab8b8a68bc88fce8d909697fc5f3f52503 Merged changes from the default branch. diff -r a049a99038e0 -r e67ebeaf5626 templates/Makefile --- a/templates/Makefile Sun May 19 21:57:54 2024 +0200 +++ b/templates/Makefile Sun May 19 22:19:11 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 $@