create new directory for demo applications

This commit is contained in:
Stefan Lankes 2011-09-29 23:36:37 +02:00
parent 83547015b7
commit 98ac3ec1ff
4 changed files with 4 additions and 0 deletions

4
apps/Makefile Normal file
View file

@ -0,0 +1,4 @@
C_source := tests.c echo.c netio.c
MODULE := apps
include $(TOPDIR)/Makefile.inc