summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2010-07-31 10:35:45 +0100
committerReuben Thomas <rrt@sc3d.org>2010-07-31 10:35:45 +0100
commit7ffa436da6b1237853c302335d5cd094413644cc (patch)
tree831d29e6c8a35f885cf1baf4b174be17fda6a5f3
parent5bfd13b8e7716ea284802d5db41da77b9b62ef05 (diff)
downloadlrexlib-7ffa436da6b1237853c302335d5cd094413644cc.tar.gz
Remove unnecessary .PHONY target.
-rwxr-xr-xMakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 5921489..0655543 100755
--- a/Makefile
+++ b/Makefile
@@ -60,8 +60,3 @@ clean_onig:
clean_tre:
make -C $(TRE) clean
-
-.PHONY: all build test clean build_gnu test_gnu clean_gnu \
- build_pcre test_pcre clean_pcre build_posix \
- test_posix clean_posix build_onig test_onig clean_onig \
- build_tre clean_tre