rename pdf
This commit is contained in:
parent
95478bf0f9
commit
1555f9d336
1 changed files with 4 additions and 3 deletions
|
@ -15,8 +15,9 @@ LDFLAGS =
|
|||
EXE = project
|
||||
EXE_EXT = .elf
|
||||
|
||||
ARCHIVE = kennel
|
||||
PDF_DIR = report
|
||||
ARCHIVE = nom1-nom2
|
||||
PDF_DIR = report
|
||||
PDF_NEWNAME = Rapport de projet
|
||||
|
||||
%.o: src/%.c
|
||||
$(CC) -c $< -o $@ $(CFLAGS)
|
||||
|
@ -48,7 +49,7 @@ clean: pdf-clean
|
|||
|
||||
archive: pdf-make
|
||||
$(MKDIR) "$(ARCHIVE)"
|
||||
$(CP) "$(SRC_DIR)" "$(INC_DIR)" Makefile README \
|
||||
$(CP) "$(SRC_DIR)" "$(INC_DIR)" Makefile README.md \
|
||||
"$(wildcard $(PDF_DIR)/*.pdf)" "$(ARCHIVE)"
|
||||
$(TAR) "$(ARCHIVE).tar" "$(ARCHIVE)"
|
||||
$(RM) "$(ARCHIVE)"
|
||||
|
|
Loading…
Reference in a new issue