Commit aafecd5d authored by nimrod's avatar nimrod
Browse files

Clean up the Makefile.

parent 02f06fec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,4 +43,4 @@ WORKDIR /volume
ENV HOME /volume
# Run a test build.
COPY example/ /example/
RUN make -C /example all clean
RUN make --debug=j --keep-going -C /example test
+4 −1
Original line number Diff line number Diff line
.PHONY: all clean
.PHONY: test
test: clean all

.PHONY: all
all: presentation.pdf left-to-right.pdf

presentation.pdf: diagram.pdf
@@ -17,5 +19,6 @@ left-to-right.pdf: left-to-right.md
%.gif: %.tty
	ttyrec2gif -in $< -out $@

.PHONY: clean
clean:
	- rm *.pdf *.gif