Skip to content

Commit

Permalink
Fix Makefile dependency so it builds again
Browse files Browse the repository at this point in the history
  • Loading branch information
Kev committed Nov 5, 2016
1 parent 963c461 commit 49e6d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ XEPs.docset/Contents/Resources/Documents:
mkdir -p XEPs.docset/Contents/Resources/Documents/

.PHONY: xeps-build
xeps-build: Makefile.xeps
xeps-build: xeps Makefile.xeps
$(MAKE) -f ../Makefile.xeps -C xeps

xeps:
Expand Down

0 comments on commit 49e6d86

Please sign in to comment.