Skip to content

Commit

Permalink
Add crypto to list of application dependencies; "make clean" nukes eb…
Browse files Browse the repository at this point in the history
…in/erlydtl.app

git-svn-id: http://erlydtl.googlecode.com/svn/trunk@159 a5195066-8e3e-0410-a82a-05b01b1b9875
  • Loading branch information
emmiller committed Jun 17, 2009
1 parent 3fcecd9 commit f6fcb5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ test:

clean:
rm -fv ebin/*.beam
rm -fv ebin/$(APP)
rm -fv erl_crash.dump $(PARSER).erl
2 changes: 1 addition & 1 deletion src/erlydtl/erlydtl.app
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
erlydtl_scanner,
erlydtl_unittests
]},
{applications, [kernel, stdlib]},
{applications, [kernel, stdlib, crypto]},
{registered, []}
]}.

Expand Down

0 comments on commit f6fcb5d

Please sign in to comment.