diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-08-18 18:58:43 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-08-18 18:58:43 +0200 |
commit | 96d20ad1782418313f3deb888c7b3b07dc72876e (patch) | |
tree | 4e6f67c6a931c4962a2354da06c7ec01c454ed99 /Makefile | |
parent | d4c998337d39203a28da63662abfd71d21fa7e3e (diff) |
php 5.3.7
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -71,3 +71,6 @@ sign: diff: /tmp/filtered.spec colordiff -u /tmp/filtered.spec /home/extras/GIT/$(NAME)/$(NAME).spec +devdiff: /tmp/filtered.spec + colordiff -u /tmp/filtered.spec $(NAME)-dev.spec + |