forked from amperka/ino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made makefile select 'python2' via env for portability. Added vim .sw[op] files to .gitignore. Added a TODO list.
- Loading branch information
1 parent
b840475
commit 5893880
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ build | |
dist | ||
ino.egg-info | ||
doc/.build | ||
.*.sw[op] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# ino TODO list: | ||
|
||
- Make 'ino build' sensitive to changes all kinds of changes to arguments, so | ||
that whenever, for instance, '--cppflags' changes, the code is | ||
_automatically_ recompiled with the new options (rather than having to | ||
manually invoke 'ino clean' as currently) | ||
- For completeness, add --arflags and --objcopyflags in build.py | ||
* Also create similar flags for all modules, so every program used by ino can | ||
be specified (e.g. for 'ino serial') | ||
|
||
<!-- vim: set ft=markdown: --> |