##// END OF EJS Templates
just backup
just backup

File last commit:

r12:cc0fb1c881c0 default
r12:cc0fb1c881c0 default
Show More
Makefile
21 lines | 355 B | text/x-makefile | MakefileLexer
SD card Library started, SDCARD init and detection OK
r11
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
include $(LIBUC)/rules/common/rules.mk
all:subdir
just backup
r12 make -C STRINGS
make -C HEXVIEWER
SD card Library started, SDCARD init and detection OK
r11 make -C 24LCXX
make -C VS10XX
just backup
r12 make -C FILE_SYSTEM
SD card Library started, SDCARD init and detection OK
r11 @echo Code compiled
clean:
just backup
r12 make clean -C STRINGS
make clean -C HEXVIEWER
SD card Library started, SDCARD init and detection OK
r11 make clean -C 24LCXX
make clean -C VS10XX
just backup
r12 make clean -C FILE_SYSTEM
SD card Library started, SDCARD init and detection OK
r11 @echo Code compiled