aboutsummaryrefslogtreecommitdiffstats
path: root/make/gcc-linux.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/gcc-linux.mk')
-rw-r--r--make/gcc-linux.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/gcc-linux.mk b/make/gcc-linux.mk
index 6450ce75..50b7dd0f 100644
--- a/make/gcc-linux.mk
+++ b/make/gcc-linux.mk
@@ -80,3 +80,8 @@ endef
define makebin
$(CXX) $(CXXFLAGS) $(1) -o $(2) $(LDFLAGS) $(3) $(4)
endef
+
+# Install target
+
+install: all
+ @echo Automated installation is not supported for buildrules=$(BUILDRULES)