Revision 5008
Added by Aaron Marcuse-Kubitza about 12 years ago
input.Makefile | ||
---|---|---|
19 | 19 |
##### Vars/functions |
20 | 20 |
|
21 | 21 |
# Paths |
22 |
datasrc := $(notdir $(realpath .))
|
|
22 |
datasrc := $(patsubst .%,%,$(notdir $(realpath .)))
|
|
23 | 23 |
bin := $(root)/bin |
24 | 24 |
mappings := $(root)/mappings |
25 | 25 |
|
Also available in: Unified diff
input.Makefile: Paths: $(datasrc): Remove any "." prefix from the subdir name. The "." prefix allows a subdir to be hidden from the normal import process.