X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile;h=3d8979250c042ae738ac3768a9aab531abb74aac;hb=8eecdf463e6367ec0ce24e13dadbf30c10d92381;hp=1934ea34695e857be4940692a711e992445384ab;hpb=33d48af0258dd55e1d2b51a4ae2f87401dcb00e9;p=bertos.git diff --git a/Makefile b/Makefile index 1934ea34..3d897925 100644 --- a/Makefile +++ b/Makefile @@ -7,11 +7,11 @@ # # Set to 1 for verbose build output, 0 for terse output -V := 0 +V := 1 default: all -include config.mk +include bertos/config.mk #Include subtargets #include app/demo/demo.mk @@ -19,4 +19,4 @@ include config.mk #include app/battfs/battfs_test.mk include app/triface/triface.mk -include rules.mk +include bertos/rules.mk