Project

General

Profile

« Previous | Next » 

Revision 5008

input.Makefile: Paths: $(datasrc): Remove any "." prefix from the subdir name. The "." prefix allows a subdir to be hidden from the normal import process.

View differences:

inputs/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