Skip to content
Snippets Groups Projects
Commit aafecd5d authored by nimrod's avatar nimrod
Browse files

Clean up the Makefile.

parent 02f06fec
No related branches found
No related tags found
No related merge requests found
...@@ -43,4 +43,4 @@ WORKDIR /volume ...@@ -43,4 +43,4 @@ WORKDIR /volume
ENV HOME /volume ENV HOME /volume
# Run a test build. # Run a test build.
COPY example/ /example/ COPY example/ /example/
RUN make -C /example all clean RUN make --debug=j --keep-going -C /example test
.PHONY: all clean .PHONY: test
test: clean all
.PHONY: all
all: presentation.pdf left-to-right.pdf all: presentation.pdf left-to-right.pdf
presentation.pdf: diagram.pdf presentation.pdf: diagram.pdf
...@@ -17,5 +19,6 @@ left-to-right.pdf: left-to-right.md ...@@ -17,5 +19,6 @@ left-to-right.pdf: left-to-right.md
%.gif: %.tty %.gif: %.tty
ttyrec2gif -in $< -out $@ ttyrec2gif -in $< -out $@
.PHONY: clean
clean: clean:
- rm *.pdf *.gif - rm *.pdf *.gif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment