Skip to content

Commit

Permalink
Makefile: Add test symlink to generated example thorns after building…
Browse files Browse the repository at this point in the history
… them
  • Loading branch information
ianhinder committed Dec 16, 2011
1 parent 7eba81c commit 02990c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/Makefile
Expand Up @@ -7,6 +7,7 @@ all: $(thorns)

$(thorns): % : %.m
$(kranc) $<
@if [ -r tests/$@ ]; then ln -sfh ../tests/$@ $@/test; fi

clean:
rm -rf $(thorns)

0 comments on commit 02990c2

Please sign in to comment.