diff options
Diffstat (limited to 'SConscript')
-rw-r--r-- | SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,3 +5,5 @@ Import('env') env.Append( LIB_SOURCES = Glob('*.cpp') + Glob('*/*.cpp'), ) + +# vim: syn=python |
index : laks | ||
Microcontroller support library. | Vegard Storheil Eriksen |
summaryrefslogtreecommitdiff |
-rw-r--r-- | SConscript | 2 |
@@ -5,3 +5,5 @@ Import('env') env.Append( LIB_SOURCES = Glob('*.cpp') + Glob('*/*.cpp'), ) + +# vim: syn=python |