Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build system improvement #6

Open
ntavish opened this issue Jan 16, 2013 · 1 comment
Open

Build system improvement #6

ntavish opened this issue Jan 16, 2013 · 1 comment
Assignees

Comments

@ntavish
Copy link
Contributor

ntavish commented Jan 16, 2013

It would be nice to have per file interpreter according to file extension, like python for '.py', bash for '.sh'. Apart from that, the per project 'Build system', should be the command that is to be executed inside the project directory. For example 'make', this would make adding build support for C/C++ makefile based projects easy(also other languages).

@ghost ghost assigned vsergeyev Jan 16, 2013
@ntavish
Copy link
Contributor Author

ntavish commented Feb 5, 2013

For the file extension based interpreter thing, we can just mark files executable, and it will automatically execute with the correct interpreter using the shebang, like #!/usr/bin/python or #!/bin/bash. Other than that, the build system/execution is ok. Thanks!

@ghost ghost assigned ntavish Feb 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants