Commit bf9cf961 authored by Istvan Kiss's avatar Istvan Kiss

use predefined purge cmd,not spelling it out again

Lattice project file removal - purge - TCL command
was directly used in the Makefile target generation,
instead of using the already defined tcl command
string.
parent 929dc49c
......@@ -87,7 +87,7 @@ class ToolDiamond(MakefileSyn):
'$(TCL_SAVE)\n'
'$(TCL_CLOSE)',
'install_source': '$(PROJECT)/$(PROJECT)_$(PROJECT).jed',
'files': 'prj_src remove -all'}
'files': _LATTICE_PURGE_SOURCE}
def __init__(self):
super(ToolDiamond, self).__init__()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment