Skip to content

Commit

Permalink
Cleaner ‘clean’ in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jppellet committed Sep 13, 2024
1 parent 441ce5d commit 72a885e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pdf: $(addprefix $(PDF_BUILD_DIR)/, $(addsuffix .pdf, $(PRINT_CHAPTERS))) modulo
all: web pdf

clean:
rm -rf $(LATEX_BUILD_DIR)/* $(WEB_BUILD_DIR)/* $(PDF_BUILD_DIR)/*
rm -rf $(LATEX_BUILD_DIR)/* $(PDF_BUILD_DIR)/* $(WEB_BUILD_DIR)/* $(BUILD_DIR)/ens/*

upload:
rsync -avz --progress --delete $(WEB_BUILD_DIR)/ $(SSH_USER)@$(SERVER):sites/apprendre.modulo-info.ch/
Expand Down

0 comments on commit 72a885e

Please sign in to comment.