Skip to content

Commit

Permalink
fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
danielecr committed Aug 26, 2023
1 parent e2fe6a5 commit 58e176f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ CV_DIR = danielecruciani/cv
RESUME_SRCS = $(shell find $(RESUME_DIR) -name '*.tex')
CV_SRCS = $(shell find $(CV_DIR) -name '*.tex')

danielecruciani: cv.pdf

examples: $(foreach x, coverletter cv resume, $x.pdf)

resume.pdf: $(EXAMPLES_DIR)/resume.tex $(RESUME_SRCS)
Expand All @@ -23,4 +25,4 @@ clean:
rm -rf $(EXAMPLES_DIR)/*.pdf

upload:
scp danielecruciani/cv.pdf [email protected]:/home/smartango/www/www/sites/default/files/cv_daniele.cruciani_en.pdf
scp danielecruciani/cv.pdf [email protected]:/home/smartango/www/www/sites/default/files/cv_daniele.cruciani_en.pdf

0 comments on commit 58e176f

Please sign in to comment.