changeset 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 ec5c1b653ee6
children 96a507a110c8
files Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Jul 30 14:52:29 2019 +0200
+++ b/Makefile	Wed Jul 31 11:21:50 2019 +0200
@@ -382,4 +382,6 @@
 	    -s ',^\.$$,,' -s ',\./,$(DISTNAME)/,' . | \
 	    $(GZIP) > $(DISTNAME).tar.gz
 
+-include local.mk
+
 -include $(patsubst %.o,%.d,$(OBJS))