#! /usr/bin/env python
# encoding: utf-8

m = bld.new_task_gen('cc', 'program')
m.source = 'main.c test.S'
m.target = 'asmtest'

