Mercurial > lcfOS
view build.xml @ 403:1613c9d479bf
Add top level build files
author | Windel Bouwman |
---|---|
date | Thu, 19 Feb 2015 12:17:05 +0100 |
parents | |
children | ad6be5454067 |
line wrap: on
line source
<project name="lcfos" default="all"> <target name="all"> <build file="user/build.xml" /> <build file="kernel/build.xml" /> </target> </project>