##// END OF EJS Templates
LFR's Leon3 target added and and tested with simple hello world.
LFR's Leon3 target added and and tested with simple hello world.

File last commit:

r13:8ca866292111 default
r13:8ca866292111 default
Show More
Makefile
21 lines | 369 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
include $(LIBUC)/rules/common/rules.mk
all:subdir
make -C generic
make -C LandTiger
make -C LandTigerdualssp
make -C mbed
make -C LFR-142200
@echo Code compiled
clean:
make clean -C generic
make clean -C LandTiger
make clean -C LandTigerdualssp
make clean -C mbed
make clean -C LFR-142200
@echo Code compiled