aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f7db511..9c08ea4 100644
--- a/Makefile
+++ b/Makefile
@@ -92,8 +92,8 @@ test-variables: test-variables.o libenv.a
$(CC) -o $@ test-variables.o libenv.a $(LDFLAGS)
check: test test-variables
- $(CHECK_PREFIX) ./test
$(CHECK_PREFIX) ./test-variables > /dev/null
+ $(CHECK_PREFIX) ./test
install: libenv.a libenv.$(LIBEXT)
mkdir -p -- "$(DESTDIR)$(PREFIX)/lib"