diff options
Diffstat (limited to 'fstests/Makefile')
-rw-r--r-- | fstests/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fstests/Makefile b/fstests/Makefile index 991fdf0d..573b4481 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -25,3 +25,6 @@ fstests: fstests.o; $(link) install: fstests cp fstests $(hurdroot)/hurd/init + +clean: + rm -f fstests fstests.o
\ No newline at end of file |