X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=Makefile;h=558ab07844dfa4d07c66b55f78ddb243951eed2d;hb=42ea2884f2b8a1b7cb940f4e07d22444c6f61cc6;hp=bd9fb105a50e79cbbfd51148bc0c1b66814827cd;hpb=72ae8ee27f8277beda672104722ef3bdd86c8da9;p=apps%2Fpfixtools.git diff --git a/Makefile b/Makefile index bd9fb10..558ab07 100644 --- a/Makefile +++ b/Makefile @@ -34,8 +34,8 @@ include mk/cflags.mk PROGRAMS = postlicyd postlicyd_SOURCES = \ - policy.h \ - policy.c \ + str.h buffer.h policy.h \ + str.c buffer.c policy.c \ postlicyd.c postlicyd_LIBADD = -ludns @@ -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 || \