Browse Source

Move .app file to ebin; update Makefile.

Tim Fletcher 14 years ago
parent
commit
24a39a2700
2 changed files with 1 additions and 3 deletions
  1. 1 3
      Makefile
  2. 0 0
      ebin/oauth.app

+ 1 - 3
Makefile

@@ -1,7 +1,5 @@
 all:
-	@test -d ebin || mkdir ebin
-	@cp src/oauth.app ebin/
 	@erl -make
 
 clean:
-	@rm -rf ebin/* erl_crash.dump
+	@rm -rf ebin/*.beam erl_crash.dump

+ 0 - 0
src/oauth.app → ebin/oauth.app