##// 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:

r12:cc0fb1c881c0 default
r13:8ca866292111 default
Show More
Makefile
21 lines | 355 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
include $(LIBUC)/rules/common/rules.mk
all:subdir
make -C STRINGS
make -C HEXVIEWER
make -C 24LCXX
make -C VS10XX
make -C FILE_SYSTEM
@echo Code compiled
clean:
make clean -C STRINGS
make clean -C HEXVIEWER
make clean -C 24LCXX
make clean -C VS10XX
make clean -C FILE_SYSTEM
@echo Code compiled