makefile: allow / character in target names

This commit is contained in:
cn 2018-12-16 17:20:06 +01:00
parent 0c4c7e63f3
commit bde409c30f
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
":" target_other noeat recolormark strings
".PHONY" target_phony
done
"a-zA-Z0-9._-" maybe_target
"a-zA-Z0-9._/-" maybe_target
:target_phony TargetPhony
* target_rest noeat