Lichen

Change of templates/Makefile

1028:e67ebeaf5626
templates/Makefile trailing-data
     1.1 --- a/templates/Makefile	Sun May 19 21:57:54 2024 +0200
     1.2 +++ b/templates/Makefile	Sun May 19 22:19:11 2024 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  	rm -f main $(OBJ)
     1.5  
     1.6  main: $(OBJ)
     1.7 -	$(CC) $(LDFLAGS) $(OBJ) -o $@
     1.8 +	$(CC) $(OBJ) -o $@ $(LDFLAGS)
     1.9  
    1.10  .c.o:
    1.11  	$(CC) -c $(CFLAGS) $< -o $@