Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cfgnunes authored Aug 9, 2023
1 parent f8f1de7 commit 501eebb
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 @@ -48,7 +48,7 @@ $(OUTPUT_DIR)/$(SRC_COMP).pdf: $(OUTPUT_DIR)/$(SRC).pdf
-dBATCH \
-dFastWebView \
-sDEVICE=pdfwrite \
-dPDFSETTINGS=/printer \
-dPDFSETTINGS=/ebook \
-sOutputFile=$(OUTPUT_DIR)/$(SRC_COMP).pdf \
$(OUTPUT_DIR)/$(SRC).pdf
@touch $(OUTPUT_DIR)/$(SRC_COMP).pdf
Expand Down

0 comments on commit 501eebb

Please sign in to comment.