Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewestby committed Aug 25, 2018
1 parent b802c95 commit 47d4430
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 @@ -7,7 +7,7 @@ all: test documentation.json
clean:
rm -rf elm-stuff tests/Doc documentation.json

documentation.json: elm-stuff ${ELM_FILES}
documentation.json: ${ELM_FILES}
elm make --docs=$@

.PHONY: test
Expand Down

0 comments on commit 47d4430

Please sign in to comment.