Skip to content
Snippets Groups Projects
Commit 13cf0ab0 authored by Martin Mareš's avatar Martin Mareš
Browse files

Makefile: upload-all

parent f3e45270
No related branches found
No related tags found
No related merge requests found
...@@ -25,4 +25,7 @@ clean:: ...@@ -25,4 +25,7 @@ clean::
for ch in $(CHAPTERS) $(EXTRAS) ; do $(MAKE) -C $$ch clean ; done for ch in $(CHAPTERS) $(EXTRAS) ; do $(MAKE) -C $$ch clean ; done
rm -f chapters.tex rm -f chapters.tex
.PHONY: chapters upload-all:
for ch in $(CHAPTERS) ; do $(MAKE) -C $$ch upload ; done
.PHONY: chapters upload-all
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment