Navigation Menu

Skip to content

Commit

Permalink
Add missing dependency for repl in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyno committed Apr 14, 2016
1 parent 304d0da commit 3d60703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Expand Up @@ -16,7 +16,7 @@ server-db-conn = jdbc:h2://file/%/db/$(name)

# development targets

repl:
repl: compile
mvn groovy:shell

deps-tree:
Expand Down

0 comments on commit 3d60703

Please sign in to comment.