diff options
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 8ff9021..07a0b1a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -50,7 +50,7 @@ clean: FRC -rm -f $(ALL) *.o museragent check: FRC all - PATH=$$(pwd):$$PATH prove -v + PATH=$$(pwd):$$PATH prove -v </dev/null install: FRC all mkdir -p $(DESTDIR)$(BINDIR) \ |