Skip to content

Commit

Permalink
Merge pull request #4 from pwaring/master
Browse files Browse the repository at this point in the history
Makefile portability
  • Loading branch information
davorg committed Apr 7, 2016
2 parents ef6ba4e + c52b6b1 commit afb86b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
@@ -1,3 +1,5 @@
SHELL=/bin/bash

book = yourbookname
chapters = $(shell cat chapters.txt)

Expand All @@ -21,3 +23,4 @@ $(book).pdf: $(book).epub
clean:
rm -f $(book).{pdf,epub,mobi}

.PHONY: clean

0 comments on commit afb86b2

Please sign in to comment.