##// END OF EJS Templates
Removed case collision.
Removed case collision.

File last commit:

r18:bd9ab647f70a default
r20:401f23bbda24 default
Show More
Makefile
22 lines | 258 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
PROJECTFILE = PortingGuide.pro
include $(LIBUC)/rules/common/rules.mk
all:subdir
make -C src
@echo Code compiled
install:
make install -C src
clean:
make clean -C src
distclean:
make distclean -C src