From dbdc4df860a4a8bdae8eff1de7d6f478df486165 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Sat, 5 Mar 2016 13:49:48 +0000 Subject: Makefile: support for file specific makefiles --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5da2e9..d733143 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,6 @@ help: @echo ' To uninstall `make target= uninstall`' @echo ' To clean up `make clean`' - $(DESTDIR)$(bindir)/%: % $(INSTALL) $^ $(DESTDIR)$(bindir)/$(target) @@ -35,4 +34,6 @@ uninstall: clean: find . -mindepth 1 -maxdepth 1 -executable -type f ! -name "prefix_header" -delete +-include *.mk + .PHONY : all install uninstall clean -- cgit v1.2.3-54-g00ecf