diff options
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 |