report
This commit is contained in:
parent
6fb51eb0fd
commit
fb7eb7e6ae
2 changed files with 7 additions and 4 deletions
9
Makefile
9
Makefile
|
@ -15,8 +15,9 @@ LDFLAGS =
|
|||
EXE = ordonnanceur
|
||||
EXE_EXT = .elf
|
||||
|
||||
ARCHIVE = kennel
|
||||
PDF_DIR = report
|
||||
ARCHIVE = kennel
|
||||
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 \
|
||||
"$(wildcard $(PDF_DIR)/*.pdf)" "$(ARCHIVE)"
|
||||
$(CP) "$(SRC_DIR)" "$(INC_DIR)" Makefile README "$(ARCHIVE)"
|
||||
$(CP) "$(wildcard $(PDF_DIR)/*.pdf)" "$(ARCHIVE)/$(PDF_NEWNAME).pdf"
|
||||
$(TAR) "$(ARCHIVE).tar" "$(ARCHIVE)"
|
||||
$(RM) "$(ARCHIVE)"
|
||||
|
|
2
README
2
README
|
@ -16,4 +16,6 @@ Lancement utilisant tous les cœurs disponibles :
|
|||
Info
|
||||
----
|
||||
|
||||
Le rapport se trouve dans le dossier courant.
|
||||
|
||||
Anri Kennel 22302653
|
||||
|
|
Reference in a new issue