Skip to content

Commit

Permalink
basic makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
daveminer committed Oct 27, 2023
1 parent be6d138 commit 5d5740d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
console:
iex -S mix phx.server
t:
MIX_ENV=test mix coveralls
cover-html:
MIX_ENV=test mix coveralls.html
cover-lcov:
MIX_ENV=test mix coveralls.lcov
start:
mix phx.server

0 comments on commit 5d5740d

Please sign in to comment.