6 lines
74 B
Makefile
6 lines
74 B
Makefile
|
|
tag.dist:
|
||
|
|
cvs tag $(TAG_VERSION)
|
||
|
|
|
||
|
|
ftag.dist:
|
||
|
|
cvs tag -F $(TAG_VERSION)
|
||
|
|
|