pulsar/atom.gyp
2013-06-20 12:15:35 -07:00

15 lines
260 B
Python

{
'targets': [
{
'target_name': 'Atom',
'type': 'none',
'postbuilds': [
{
'postbuild_name': 'Create Atom, basically do everything',
'action': ['script/constructicon/build'],
},
],
},
],
}