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

File last commit:

r10:75324080a75f default
r12:cc0fb1c881c0 default
Show More
Makefile
19 lines | 278 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
include $(LIBUC)/rules/common/rules.mk
all:subdir
make -C CORE
make -C UART
make -C IIC
make -C SSP
@echo Code compiled
clean:
make clean -C CORE
make clean -C UART
make clean -C IIC
make clean -C SSP
@echo Code compiled