summaryrefslogtreecommitdiff
path: root/deps/oauth/Makefile
blob: f6aedc90f44016ba45ee6c4b012511cab194a638 (plain)
1
2
3
4
5
6
7
all:
	@test -d ebin || mkdir ebin
	@cp src/oauth.app ebin/
	@erl -make

clean:
	@rm -rf ebin/* erl_crash.dump