$OpenBSD: patch-Makefile,v 1.1.1.1 2013/03/08 11:57:12 jasper Exp $
--- Makefile.orig	Mon Feb 25 11:13:21 2013
+++ Makefile	Mon Feb 25 11:13:40 2013
@@ -1,7 +1,7 @@
 ## DEPS = deps/foo deps/bar
 DEPS =
 
-all: compile eunit
+all: compile eunit dialyzer
 
 clean:
 	@rebar clean
@@ -12,6 +12,8 @@ distclean:
 
 compile: $(DEPS)
 	@rebar compile
+
+dialyzer:
 	@dialyzer -Wrace_conditions -Wunderspecs -r ebin
 
 $(DEPS):
