summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTechnion <technion@lolware.net>2014-02-11 10:30:43 +0000
committerTechnion <technion@lolware.net>2014-02-11 10:30:43 +0000
commitb690857f56363476e7cd2bba23f0df32e8460618 (patch)
tree85ac1274d1a23c699b4133c7da9e5944449c691c /Makefile
parent20087c9b03a267b46a4f5483c6329fcb7342b8c2 (diff)
Streamline "make test"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8460768..e03737f 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ reference: library main.o b64.o
clean:
rm -f *.o reference libscrypt.so* libscrypt.a endian.h
-check: all
+check: library
./reference
devtest: