diff options
Diffstat (limited to 'fstests')
-rw-r--r-- | fstests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fstests/Makefile b/fstests/Makefile index d17d4563..13446519 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -35,3 +35,5 @@ install: $(testprog) $(hurdroot) clean: rm -f fstests fstests.o +relink: + rm -f fstests |