Skip to content

Commit

Permalink
Symlink to stars.png in build dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenbalaban committed Nov 17, 2014
1 parent 39bcdb1 commit 675a958
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -5,11 +5,13 @@ gravity: Gravity.elm images/stars.png
$(ELMCMP) Gravity.elm
mkdir -p build/images
cp images/stars.png build/images/.
ln -s images/stars.png build/stars.png

distribution: Gravity.elm images/stars.png
$(ELMCMP) --set-runtime=$(REMOTE_RUNTIME) Gravity.elm
mkdir -p build/images
cp images/stars.png build/images/.
ln -s images/stars.png build/stars.png

clean:
rm -rf build
Expand Down

0 comments on commit 675a958

Please sign in to comment.