Ensured make test is not confused with directory test
authorYann Collet <yann.collet.73@gmail.com>
Sat, 27 Jun 2015 20:44:51 +0000 (12:44 -0800)
committerYann Collet <yann.collet.73@gmail.com>
Sat, 27 Jun 2015 20:44:51 +0000 (12:44 -0800)
Makefile

index 2b2f269..114ca67 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ VOID = /dev/null
 endif
 
 
-.PHONY: default all lib lz4programs clean
+.PHONY: default all lib lz4programs clean test
 
 default: lz4programs