Skip to content

Commit

Permalink
Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophny committed Aug 5, 2024
1 parent 537d52c commit f770c46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
all: summary

summary:
make -C $@

.PHONY: all summary
2 changes: 2 additions & 0 deletions summary/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
summary.pdf:
pdflatex summary.tex

0 comments on commit f770c46

Please sign in to comment.