Skip to content

Commit

Permalink
remove dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrand committed May 6, 2017
1 parent f05c0d9 commit 28b7ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ roda:
crystal: kemal router_cr

# Kemal
kemal: crystal/kemal/src/server.cr
kemal:
cd crystal/kemal; shards build --release
ln -s -f ../crystal/kemal/bin/server_crystal_kemal bin/.

# router.cr
router_cr: crystal/router.cr/src/server.cr
router_cr:
cd crystal/router.cr; shards build --release
ln -s -f ../crystal/router.cr/bin/server_crystal_router_cr bin/.

Expand Down

0 comments on commit 28b7ca1

Please sign in to comment.