##// 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:

r11:798f00e676fa default
r11:798f00e676fa default
Show More
Makefile
15 lines | 212 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
include $(LIBUC)/rules/common/rules.mk
all:subdir
make -C CORE
make -C UART
@echo Code compiled
clean:
make clean -C CORE
make clean -C UART
@echo Code compiled