Mercurial > projects > pwm
comparison Makefile @ 34:34ada71ff3e5
Allow local makefile overrides in local.mk
author | Guido Berhoerster <guido+pwm@berhoerster.name> |
---|---|
date | Wed, 31 Jul 2019 11:21:54 +0200 |
parents | 00d782cb45fa |
children | f9501248b6bd |
comparison
equal
deleted
inserted
replaced
33:fa93d2ff9c62 | 34:34ada71ff3e5 |
---|---|
285 dist: clobber | 285 dist: clobber |
286 $(PAX) -w -x ustar -s ',.*/\..*,,' -s ',./[^/]*\.tar\.gz,,' \ | 286 $(PAX) -w -x ustar -s ',.*/\..*,,' -s ',./[^/]*\.tar\.gz,,' \ |
287 -s ',^\.$$,,' -s ',\./,$(DISTNAME)/,' . | \ | 287 -s ',^\.$$,,' -s ',\./,$(DISTNAME)/,' . | \ |
288 $(GZIP) > $(DISTNAME).tar.gz | 288 $(GZIP) > $(DISTNAME).tar.gz |
289 | 289 |
290 -include local.mk | |
291 | |
290 -include $(patsubst %.o,%.d,$(OBJS)) | 292 -include $(patsubst %.o,%.d,$(OBJS)) |