diff options
| author | Marcus Boerger <helly@php.net> | 2003-09-02 21:41:01 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-09-02 21:41:01 +0000 |
| commit | 2fde9b77940d15f74d1ceeadf71eff85c5a881bd (patch) | |
| tree | 98a75f1f1ceb5bc9d474231ba802a3bb35f0d8fa /sapi/cli/Makefile.frag | |
| parent | e569b5aee5ce457428455e69b646384300bfc178 (diff) | |
| download | php-git-2fde9b77940d15f74d1ceeadf71eff85c5a881bd.tar.gz | |
Add a shortcut
Diffstat (limited to 'sapi/cli/Makefile.frag')
| -rw-r--r-- | sapi/cli/Makefile.frag | 2 |
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) |
