summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-06-27 20:44:51 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-06-27 20:44:51 (GMT)
commit8e8dc17cae838609d48b71900ad9c7ed6e532b1f (patch)
tree9b810beafc2569fd0626e5f3aaf8bfada89845c2 /Makefile
parent192ee724a3478bb7d4aaebccbc1d18f9692fbb1a (diff)
downloadlz4-8e8dc17cae838609d48b71900ad9c7ed6e532b1f.zip
lz4-8e8dc17cae838609d48b71900ad9c7ed6e532b1f.tar.gz
lz4-8e8dc17cae838609d48b71900ad9c7ed6e532b1f.tar.bz2
Ensured make test is not confused with directory test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b2f269..114ca67 100644
--- 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