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

File last commit:

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