##// 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
SD card Library started, SDCARD init and detection OK
r11
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
jeandet@pc-de-jeandet3.lab-lpp.local
improved PDF generation
r15 PROJECTFILE = 24LCXX.pro
include $(LIBUC)/rules/common/rules.mk
SD card Library started, SDCARD init and detection OK
r11 include $(LIBUC)/rules/common/rules.mk
all:subdir
make -C 24LC0X
@echo Code compiled
clean:
make clean -C 24LC0X
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
Added STM32F4 target, improved rules files, added additional Include folder var...
r14 distclean:
make distclean -C 24LC0X