Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
tommybolin committed Oct 29, 2018
1 parent 4dffafd commit 357792b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#

all:
cd ../ && nix-shell ./_lectures/default.nix \
cd ../ \
&& make clean \
&& nix-shell ./_lectures/default.nix \
--indirect --add-root .gcroots/dep \
--run "make html test"

Expand Down

0 comments on commit 357792b

Please sign in to comment.