##// 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
21 lines | 351 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
include $(LIBUC)/rules/common/rules.mk
all:subdir
make -C 24LCXX
make -C STRINGS
make -C VS10XX
make -C SDCARD
make -C BLOCKDEVICES
@echo Code compiled
clean:
make clean -C 24LCXX
make clean -C STRINGS
make clean -C VS10XX
make clean -C SDCARD
make clean -C BLOCKDEVICES
@echo Code compiled