Skip to content

Commit

Permalink
Fix phony targets
Browse files Browse the repository at this point in the history
  • Loading branch information
compor committed Sep 19, 2024
1 parent 8ef7586 commit c611255
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ PDF_SUBMISSION = submission.pdf
# Resources
IMAGES := $(wildcard images/*.jpg images/*.pdf images/*.png)

# grammar is a phony rule, it generates index.html
# from textidote
.PHONY: grammar
.PHONY: all grammar paper submission view-paper view-submission clean

all: ${PDF_SUBMISSION} ${PDF_PAPER}

Expand Down

0 comments on commit c611255

Please sign in to comment.