X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=Makefile;h=23ffcd1e71e69f6071b42e041d44bdd493590373;hb=5583c0d0fb57a40dd1b35d9556877ed6848192ac;hp=0e9e02cfec7d6bfd3945b0dc12dd7601731bf3d0;hpb=1c42f5f8ed1972f13424197e9493bbed8e401576;p=apps%2Fpfixtools.git diff --git a/Makefile b/Makefile index 0e9e02c..23ffcd1 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ tags: .tags .tags: $(shell git ls-files | egrep '\.[hc]$$') ctags -o $@ $^ -headers: HEADACHEOPTS=-c mk/headache.cfg -h COPYING +headers: HEADACHEOPTS=-c mk/headache.cfg -h mk/COPYING headers: @which headache > /dev/null || \ ( echo "package headache not installed" ; exit 1 )