mirror of
https://github.com/cmur2/joe-syntax.git
synced 2025-07-21 01:11:20 +02:00
makefile: allow / character in target names
This commit is contained in:
@ -59,7 +59,7 @@
|
|||||||
":" target_other noeat recolormark strings
|
":" target_other noeat recolormark strings
|
||||||
".PHONY" target_phony
|
".PHONY" target_phony
|
||||||
done
|
done
|
||||||
"a-zA-Z0-9._-" maybe_target
|
"a-zA-Z0-9._/-" maybe_target
|
||||||
|
|
||||||
:target_phony TargetPhony
|
:target_phony TargetPhony
|
||||||
* target_rest noeat
|
* target_rest noeat
|
||||||
|
Reference in New Issue
Block a user