Mercurial > projects > libpws
comparison Makefile @ 10:0feba0fea9d0
Allow local makefile overrides in local.mk
author | Guido Berhoerster <guido+libpws@berhoerster.name> |
---|---|
date | Wed, 31 Jul 2019 11:21:50 +0200 |
parents | dfd3ddbdb201 |
children |
comparison
equal
deleted
inserted
replaced
9:ec5c1b653ee6 | 10:0feba0fea9d0 |
---|---|
380 dist: clobber | 380 dist: clobber |
381 $(PAX) -w -x ustar -s ',.*/\..*,,' -s ',./[^/]*\.tar\.gz,,' \ | 381 $(PAX) -w -x ustar -s ',.*/\..*,,' -s ',./[^/]*\.tar\.gz,,' \ |
382 -s ',^\.$$,,' -s ',\./,$(DISTNAME)/,' . | \ | 382 -s ',^\.$$,,' -s ',\./,$(DISTNAME)/,' . | \ |
383 $(GZIP) > $(DISTNAME).tar.gz | 383 $(GZIP) > $(DISTNAME).tar.gz |
384 | 384 |
385 -include local.mk | |
386 | |
385 -include $(patsubst %.o,%.d,$(OBJS)) | 387 -include $(patsubst %.o,%.d,$(OBJS)) |