diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ SUBLEVEL = 0 | |||
4 | EXTRAVERSION = .git | 4 | EXTRAVERSION = .git |
5 | NAME = Unnamed | 5 | NAME = Unnamed |
6 | 6 | ||
7 | # Colon is used as a separator in makefiles. Strip any drive prefix | ||
8 | # from the current directory to avoid confusion. | ||
9 | CURDIR := $(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 |