diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2009-10-11 18:35:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2009-10-11 18:35:19 +0200 |
commit | 98ce3d9f82847932f974b10841ccb77b3cba838f (patch) | |
tree | b4987762ea041988d6ba60d5e8c1b08a969bd541 /tests/makefile | |
parent | c831e6282726bde7596050be13bc4afbf5d45488 (diff) | |
download | cli-98ce3d9f82847932f974b10841ccb77b3cba838f.tar.gz cli-98ce3d9f82847932f974b10841ccb77b3cba838f.tar.xz cli-98ce3d9f82847932f974b10841ccb77b3cba838f.zip |
Add install target
Diffstat (limited to 'tests/makefile')
-rw-r--r-- | tests/makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/makefile b/tests/makefile index 7e54132..422b93b 100644 --- a/tests/makefile +++ b/tests/makefile @@ -11,8 +11,6 @@ default := $(out_base)/ test := $(out_base)/.test clean := $(out_base)/.clean -.PHONY: $(default) $(test) $(clean) - $(default): $(addprefix $(out_base)/,$(addsuffix /,$(tests))) $(test): $(addprefix $(out_base)/,$(addsuffix /.test,$(tests))) $(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(tests))) |