aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-05 10:23:38 +0100
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-10 10:13:37 +0100
commite5720a01486121664c74069645eb7fad0c6500fd (patch)
treef3b41f9ffa1bd7210169b0f8ce0c9d1d5ad8d936 /Makefile
parent5844e1713cf68cb24a1692bb6ac2e776f4e87ce0 (diff)
downloadsparse-dev-e5720a01486121664c74069645eb7fad0c6500fd.tar.gz
build: add note about overwritable vars
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ce57ed3c..f1f210e2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
VERSION=0.5.1
+########################################################################
+# The following variables can be overwritten from the command line
OS = linux
@@ -24,6 +26,7 @@ MAN1DIR=$(MANDIR)/man1
# CFLAGS += -O0 -DDEBUG -g3 -gdwarf-2
#
-include local.mk
+########################################################################
PROGRAMS=test-lexing test-parsing obfuscate compile graph sparse \