summaryrefslogtreecommitdiff
path: root/sapi/cli
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-09-02 21:41:01 +0000
committerMarcus Boerger <helly@php.net>2003-09-02 21:41:01 +0000
commit2fde9b77940d15f74d1ceeadf71eff85c5a881bd (patch)
tree98a75f1f1ceb5bc9d474231ba802a3bb35f0d8fa /sapi/cli
parente569b5aee5ce457428455e69b646384300bfc178 (diff)
downloadphp-git-2fde9b77940d15f74d1ceeadf71eff85c5a881bd.tar.gz
Add a shortcut
Diffstat (limited to 'sapi/cli')
-rw-r--r--sapi/cli/Makefile.frag2
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/cli/Makefile.frag b/sapi/cli/Makefile.frag
index df6c86f2f2..5db4c68baf 100644
--- a/sapi/cli/Makefile.frag
+++ b/sapi/cli/Makefile.frag
@@ -1,3 +1,5 @@
+cli: $(SAPI_CLI_PATH)
+
$(SAPI_CLI_PATH): $(PHP_GLOBAL_OBJS) $(PHP_CLI_OBJS)
$(BUILD_CLI)