##// END OF EJS Templates
Libuc make templates extracted from main script, to make it more modular
Libuc make templates extracted from main script, to make it more modular

File last commit:

r6:9626d775d625 default
r7:16404fe7ec6c default
Show More
Makefile
19 lines | 402 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 lpc1768_led_blink
make -C lpc1768_led_blink_Clk_api
make -C lpc1768_uart
make -C lpc1768_uart_LandTiger
@echo Code compiled
clean:
make clean -C lpc1768_led_blink
make clean -C lpc1768_led_blink_Clk_api
make clean -C lpc1768_uart
make clean -C lpc1768_uart_LandTiger
@echo Code compiled