blob: 3af85b3040e29f6a6748c66ab5aac51be1c39f9e (
plain)
| 1
2
3
4
5
6
 | SRCDIR := $(shell pwd)
NAME := $(shell basename $(SRCDIR))
include ../../../common/Makefile
diff:
	colordiff --ignore-blank-lines -I 'Group:' -I 'defattr'  -u /work/fedora/php-symfony/*spec *spec
 |