diff options
author | Roland McGrath <roland@gnu.org> | 1994-04-01 22:36:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-04-01 22:36:09 +0000 |
commit | 7e716dee4b4ccdf0e2f711716dd71178ec37c083 (patch) | |
tree | def7374cb2fb4e48769f787b57c4c5e2a332a113 /fstests/Makefile | |
parent | f144ed70c0ac7be53169e189a4a1ca2f2d7df576 (diff) |
Formerly Makefile.~12~
Diffstat (limited to 'fstests/Makefile')
-rw-r--r-- | fstests/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fstests/Makefile b/fstests/Makefile index d02515e9..6cc1bd11 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -23,10 +23,12 @@ DIST_FILES = fstests.c Makefile fdtests.c OBJS=fstests.o +all: fstests + fstests: $(OBJS); $(link) install: fstests $(hurdroot) cp fstests $(hurdroot)/hurd/init clean: - rm -f fstests fstests.o
\ No newline at end of file + rm -f fstests fstests.o |