##// END OF EJS Templates
improved PDF generation
improved PDF generation

File last commit:

r15:32fa371f45f3 default
r15:32fa371f45f3 default
Show More
Makefile
17 lines | 251 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
PROJECTFILE = bsp.pro
include $(LIBUC)/rules/common/rules.mk
include $(LIBUC)/rules/common/rules.mk
all:subdir
make -C src
@echo Code compiled
clean:
make clean -C src
distclean:
make distclean -C src