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

bld(
	features='cc cprogram',
	source = 'main.c test.S',
	target = 'asmtest')

