mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-25 11:19:52 +01:00
docs
This commit is contained in:
parent
ea12601932
commit
e4b22a3317
@ -7,6 +7,7 @@ def configure(conf):
|
||||
def build(bld):
|
||||
# http://docs.waf.googlecode.com/git/apidocs_16/tools/asm.html
|
||||
bld.program(
|
||||
source = 'main.c test.S',
|
||||
target = 'asmtest')
|
||||
source = 'main.c test.S',
|
||||
target = 'asmtest',
|
||||
includes = '.')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user