Chinaunix首页 | 论坛 | 博客
  • 博客访问: 598634
  • 博文数量: 66
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1810
  • 用 户 组: 普通用户
  • 注册时间: 2013-07-23 13:53
个人简介

linux

文章分类

全部博文(66)

文章存档

2016年(1)

2015年(14)

2014年(32)

2013年(19)

分类: LINUX

2013-08-07 20:54:25


点击(此处)折叠或打开

  1. {
  2.       "cmd" : ["gcc", "$file_name", "-o", "${file_base_name}.exe", "&&", "${file_base_name}.exe"],
  3.       "selector" : "source.c",
  4.       "shell" : true,
  5.       "working_dir" : "$file_path"
  6.     }
As an alternative, you could make a shell script or Makefile that compiles and runs the file and then call the script or make from the ST build command.
阅读(1572) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~