##// END OF EJS Templates
SD card Library started, SDCARD init and detection OK
SD card Library started, SDCARD init and detection OK

File last commit:

r10:75324080a75f default
r10:75324080a75f default
Show More
Makefile
19 lines | 284 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
include $(LIBUC)/rules/common/rules.mk
all:subdir
make -C lib
make -C bsp
make -C examples
make -C Doc
@echo Code compiled
clean:
make clean -C lib
make clean -C bsp
make clean -C examples
make clean -C Doc
@echo Code compiled