~blainsmith/hare-logfmt

2b4a37459be54c83ac6ac6354cddec3e9fa796bf — Blain Smith 1 year, 3 months ago 9d3b1d9 main
move to subdirs
3 files changed, 3 insertions(+), 3 deletions(-)

M Makefile
R +test.ha => log/logfmt/+test.ha
R logfmt.ha => log/logfmt/logfmt.ha
M Makefile => Makefile +3 -3
@@ 19,10 19,10 @@ check:
	$(HARE) test

install:
	mkdir -p $(DESTDIR)$(THIRDPARTYDIR)/logfmt
	install -m644 * $(DESTDIR)$(THIRDPARTYDIR)/logfmt
	mkdir -p $(DESTDIR)$(THIRDPARTYDIR)/log/logfmt
	install -m644 * $(DESTDIR)$(THIRDPARTYDIR)

uninstall:
	rm -rf $(DESTDIR)$(THIRDPARTYDIR)/logfmt
	rm -rf $(DESTDIR)$(THIRDPARTYDIR)/log/logfmt

.PHONY: all clean check install uninstall
\ No newline at end of file

R +test.ha => log/logfmt/+test.ha +0 -0
R logfmt.ha => log/logfmt/logfmt.ha +0 -0