##// END OF EJS Templates
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...

File last commit:

r6:9626d775d625 default
r9:4ce02a06b2a6 default
Show More
Makefile
19 lines | 402 B | text/x-makefile | MakefileLexer
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