mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Trivial reformatting.
This commit is contained in:
@@ -23,7 +23,6 @@ e = environment.Clone ( )
|
||||
e.Append ( LIBS = lib )
|
||||
e.Append ( CPPPATH = [ 'include' , '#libs/c/include' , '#libs/c/include/arch/' + e['ARCH'] ] )
|
||||
|
||||
|
||||
result = e.StaticLibrary ( 'elf' , Glob ( 'src/*.c' ) )
|
||||
|
||||
Return ( 'result' )
|
||||
|
||||
Reference in New Issue
Block a user