Skip to content

Commit

Permalink
add premake action to generate clean sublime text project so it doesn…
Browse files Browse the repository at this point in the history
…'t need to be committed
  • Loading branch information
gafferongames committed Nov 15, 2016
1 parent 89fe163 commit 42f6133
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .sublime-template

This file was deleted.

2 changes: 1 addition & 1 deletion premake5.lua
Expand Up @@ -310,7 +310,7 @@ if not os.is "windows" then
trigger = "sublime",
description = "Create sublime project",
execute = function ()
os.execute "cp .sublime-template yojimbo.sublime-project"
os.execute "cp .sublime yojimbo.sublime-project"
end
}

Expand Down

0 comments on commit 42f6133

Please sign in to comment.