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