X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile;h=43b9ec7bae10da8a4d51db20c69cffe3cc2a819b;hb=e39b351c443b613123d5e8ab310e2b4b8663e71c;hp=fe7c8128ea6f4a762f9d7f3e4b171d3736e2d127;hpb=3d99acee09d6ea368be717347d0f887dae83b8d7;p=bertos.git diff --git a/Makefile b/Makefile index fe7c8128..43b9ec7b 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,10 @@ default: all include config.mk -# Include subtargets +#Include subtargets include app/demo/demo.mk -#include app/triface/triface.mk #include app/at91sam7s/at91sam7s.mk +#include app/battfs/battfs_test.mk +#include app/triface/triface.mk + include rules.mk