aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a65cd61a4..333795e0d 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,10 @@ SUBLEVEL = 0
4EXTRAVERSION = .git 4EXTRAVERSION = .git
5NAME = Unnamed 5NAME = Unnamed
6 6
7# Colon is used as a separator in makefiles. Strip any drive prefix
8# from the current directory to avoid confusion.
9CURDIR := $(lastword $(subst :, ,$(CURDIR)))
10
7# *DOCUMENTATION* 11# *DOCUMENTATION*
8# To see a list of typical targets execute "make help" 12# To see a list of typical targets execute "make help"
9# More info can be located in ./README 13# More info can be located in ./README