#######################################################################
# NET+OS makefile

# The mode can be verbose or silent, turn on verbose to see the compile
# line.

#
# Include the common Makefile descriptions
#

all: libs

# Indicate to Makefile.inc to build everything 
export TOP_LEVEL_BUILD=1

include ./Makefile.inc
