aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5da2e9..d733143 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,6 @@ help:
@echo ' To uninstall <filename> `make target=<filename> 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