X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=Makefile;h=558ab07844dfa4d07c66b55f78ddb243951eed2d;hb=42ea2884f2b8a1b7cb940f4e07d22444c6f61cc6;hp=9170135a353774f4a73186e83bc04a9cd964492c;hpb=9a4efa4f0dc893f243ee69d1b20f024666ca943d;p=apps%2Fpfixtools.git diff --git a/Makefile b/Makefile index 9170135..558ab07 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,10 @@ clean: distclean: clean +tags: .tags +.tags: $(shell git ls-files | egrep '\.[hc]$$') + ctags -o $@ $^ + headers: HEADACHEOPTS=-c mk/headache.cfg -h COPYING headers: @which headache > /dev/null || \