2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-25 11:19:52 +01:00
This commit is contained in:
ita 2012-05-02 09:23:58 +02:00
parent ea12601932
commit e4b22a3317

View File

@ -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 = '.')