Mercurial > projects > sencrypt
comparison Makefile @ 19:0bd16b428fc0
Allow local makefile overrides in local.mk
author | Guido Berhoerster <guido+sencrypt@berhoerster.name> |
---|---|
date | Wed, 31 Jul 2019 11:21:59 +0200 |
parents | b7309b030e8d |
children | 5f9dc8f3c53e |
comparison
equal
deleted
inserted
replaced
18:07f525330bc7 | 19:0bd16b428fc0 |
---|---|
143 dist: clobber | 143 dist: clobber |
144 $(PAX) -w -x ustar -s ',.*/\..*,,' -s ',./[^/]*\.tar\.gz,,' \ | 144 $(PAX) -w -x ustar -s ',.*/\..*,,' -s ',./[^/]*\.tar\.gz,,' \ |
145 -s ',^\.$$,,' -s ',\./,$(DISTNAME)/,' . | \ | 145 -s ',^\.$$,,' -s ',\./,$(DISTNAME)/,' . | \ |
146 $(GZIP) > $(DISTNAME).tar.gz | 146 $(GZIP) > $(DISTNAME).tar.gz |
147 | 147 |
148 -include local.mk | |
149 | |
148 -include $(patsubst %.o,%.d,$(OBJS)) | 150 -include $(patsubst %.o,%.d,$(OBJS)) |