##// END OF EJS Templates
IIC library for lpc17xx started
IIC library for lpc17xx started

File last commit:

r6:9626d775d625 default
r6:9626d775d625 default
Show More
Makefile
17 lines | 251 B | text/x-makefile | MakefileLexer
IIC library for lpc17xx started
r6
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
include $(LIBUC)/rules/common/rules.mk
all:subdir
make -C bsp
make -C examples
make -C lib
@echo Code compiled
clean:
make clean -C bsp
make clean -C examples
make clean -C lib
@echo Code compiled