]> rtime.felk.cvut.cz Git - linux-conf-perf.git/commitdiff
Makefile: Do not ignore errors in configuration
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 16 Oct 2015 20:54:39 +0000 (22:54 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 16 Oct 2015 20:54:39 +0000 (22:54 +0200)
Makefile

index 83f389585e0095b2537ebc555974ee50282c96bb..fc129858a46548d4ca1b8484a46666a454e2dd22 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 HELP=""
--include .conf.mk
+include .conf.mk
 
 HELP+="all         - Builds basic programs and prints message about next steps.\n"
 .PHONY: all