diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-01 19:07:29 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-01 19:07:29 +0000 |
commit | 94773bc7f0140e113cfb6f81d6dfe10f511bfeb4 (patch) | |
tree | 20b68c8eacfcb6cb67312d54321a7939c9b840a9 /fstests/Makefile | |
parent | 6630dd0b1d78c856fcf55f10c18ebad9b246fae9 (diff) |
Formerly Makefile.~9~
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 |