##// 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 | 341 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
include $(LIBUC)/rules/common/rules.mk
all:subdir
make -C lpc17XX
make -C SDCARD
make -C SDCARD2
make -C MP3Player
make -C LFR
@echo Code compiled
clean:
make clean -C lpc17XX
make clean -C SDCARD
make clean -C SDCARD2
make clean -C MP3Player
make clean -C LFR
@echo Code compiled