<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,44 +1,17 @@
 SOURCE_FILES := $(wildcard src/*.erl)
 
-ERLC := erlc -W +debug_info -o ebin
 
-ERL := erl -pa ebin -pa ../erlang-fmt/ebin -s crypto -s inets -s ssl
+all: ebin
 
+ebin: ebin/oauth.app $(SOURCE_FILES:src/%.erl=ebin/%.beam)
 
-all: beam_files
-
-beam_files: $(SOURCE_FILES:src/%.erl=ebin/%.beam)
+ebin/oauth.app: src/oauth.app
+	@test -d ebin || mkdir ebin
+	cp src/oauth.app ebin/oauth.app
 
 ebin/%.beam: src/%.erl
 	@test -d ebin || mkdir ebin
-	$(ERLC) $&lt;
-
-ebin/oauth_unit.beam: test/oauth_unit.erl
-	$(ERLC) -pa ../eunit/ebin -I../ -Iinclude test/oauth_unit.erl
-
-ebin/oauth_termie.beam: test/oauth_termie.erl
-	$(ERLC) test/oauth_termie.erl
-
-ebin/oauth_google.beam: test/oauth_google.erl
-	$(ERLC) test/oauth_google.erl
+	erlc -W +debug_info -o ebin $&lt;
 
 clean:
-	rm -rf ebin/*.beam erl_crash.dump
-
-test: beam_files ebin/oauth_unit.beam
-	@$(ERL) -noshell -s oauth_unit test -s init stop
-
-termie_hmac: beam_files ebin/oauth_termie.beam
-	@$(ERL) -noshell -s oauth_termie test_hmac -s init stop
-
-termie_rsa: beam_files ebin/oauth_termie.beam
-	@$(ERL) -noshell -s oauth_termie test_rsa -s init stop
-
-google: beam_files ebin/oauth_google.beam
-	@$(ERL) -noshell -s oauth_google test -s init stop
-
-shell: beam_files
-	@$(ERL)
-
-dialyzer:
-	dialyzer --no_check_plt --src -c src/
+	@rm -rf ebin erl_crash.dump</diff>
      <filename>Makefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3d37481c02eeae2f261bad49e908d4c8585f98e5</id>
    </parent>
  </parents>
  <author>
    <name>Tim Fletcher</name>
    <email>tim@tfletcher.com</email>
  </author>
  <url>http://github.com/tim/erlang-oauth/commit/625471c1991d614744111a2176d316314a48d276</url>
  <id>625471c1991d614744111a2176d316314a48d276</id>
  <committed-date>2009-01-13T06:14:31-08:00</committed-date>
  <authored-date>2009-01-13T06:14:31-08:00</authored-date>
  <message>Simplify the Makefile.</message>
  <tree>670fdae9c94b7dd042d6e69a81a0948cbaf2c614</tree>
  <committer>
    <name>Tim Fletcher</name>
    <email>tim@tfletcher.com</email>
  </committer>
</commit>
