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 = ordonnanceur
|
||||||
EXE_EXT = .elf
|
EXE_EXT = .elf
|
||||||
|
|
||||||
ARCHIVE = kennel
|
ARCHIVE = kennel
|
||||||
PDF_DIR = report
|
PDF_DIR = report
|
||||||
|
PDF_NEWNAME = Rapport de projet
|
||||||
|
|
||||||
%.o: src/%.c
|
%.o: src/%.c
|
||||||
$(CC) -c $< -o $@ $(CFLAGS)
|
$(CC) -c $< -o $@ $(CFLAGS)
|
||||||
|
@ -48,7 +49,7 @@ clean: pdf-clean
|
||||||
|
|
||||||
archive: pdf-make
|
archive: pdf-make
|
||||||
$(MKDIR) "$(ARCHIVE)"
|
$(MKDIR) "$(ARCHIVE)"
|
||||||
$(CP) "$(SRC_DIR)" "$(INC_DIR)" Makefile README \
|
$(CP) "$(SRC_DIR)" "$(INC_DIR)" Makefile README "$(ARCHIVE)"
|
||||||
"$(wildcard $(PDF_DIR)/*.pdf)" "$(ARCHIVE)"
|
$(CP) "$(wildcard $(PDF_DIR)/*.pdf)" "$(ARCHIVE)/$(PDF_NEWNAME).pdf"
|
||||||
$(TAR) "$(ARCHIVE).tar" "$(ARCHIVE)"
|
$(TAR) "$(ARCHIVE).tar" "$(ARCHIVE)"
|
||||||
$(RM) "$(ARCHIVE)"
|
$(RM) "$(ARCHIVE)"
|
||||||
|
|
2
README
2
README
|
@ -16,4 +16,6 @@ Lancement utilisant tous les cœurs disponibles :
|
||||||
Info
|
Info
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Le rapport se trouve dans le dossier courant.
|
||||||
|
|
||||||
Anri Kennel 22302653
|
Anri Kennel 22302653
|
||||||
|
|
Reference in a new issue