Makefile: Fix braino in tarball target.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 24 Mar 2025 01:15:01 +0000 (02:15 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 25 Mar 2025 00:51:36 +0000 (01:51 +0100)
commit56061e4ca82c1b5304bcb94da1e98391aac0b192
tree704c086079f987794a581d29fc1c728710940391
parent5e5c3ae58e5f984a4d2c4a0261889263816ae9df
Makefile: Fix braino in tarball target.

$(RM) implies -f, but not -r.

Fixes: 35a7569b2a7c66e40246aeaa135224f469584209
Makefile.real