Checkpoint: application framework makefile done

This commit is contained in:
px4dev 2013-02-22 23:27:24 -08:00
parent 3494039d90
commit 8d7621079a
10 changed files with 377 additions and 86 deletions

4
src/apps/test/app.mk Normal file
View File

@ -0,0 +1,4 @@
APP_NAME = test
SRCS = foo.c

0
src/apps/test/foo.c Normal file
View File