Skip to content

Commit

Permalink
Trying to improve image treatment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément committed Jan 10, 2025
1 parent 70ce913 commit 27e406e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,11 @@ $(IMG_DIR)%.svg:$(IMG_DIR)%.pdf
# -------------------------------

.PHONY: PREREQ
PREREQ: CLA EXE
PREREQ: CLA EXE $(TARGET_IMAGES_FILES)

.PHONY: CLEAN-PREREQ
CLEAN-PREREQ:
rm -f $(CLA_DIR)*.md && rm -rf $(EXO_DIR)
rm -f $(CLA_DIR)*.md && rm -rf $(EXO_DIR) && rm -rf $(TARGET_IMAGES_FILES)

# UML class diagram file
.PHONY: CLA
Expand Down
Binary file modified source/img/conversions.pdf
Binary file not shown.

0 comments on commit 27e406e

Please sign in to comment.