##// 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
17 lines | 263 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
include $(LIBUC)/rules/common/rules.mk
all:subdir
make -C lpc21XX
make -C lpc17XX
make -C common
@echo Code compiled
clean:
make clean -C lpc21XX
make clean -C lpc17XX
make clean -C common
@echo Code compiled