dizzyd / ibrowse forked from cmullaparthi/ibrowse

Erlang HTTP client

This URL has Read+Write access

ibrowse / Makefile
100644 12 lines (8 sloc) 0.183 kb
1
2
3
4
5
6
7
8
9
10
11
12
include vsn.mk
 
all:
(cd src ; make)
 
clean:
(cd src ; make clean)
 
install: all
mkdir -p $(DESTDIR)/lib/ibrowse-$(IBROWSE_VSN)/
cp -r ebin $(DESTDIR)/lib/ibrowse-$(IBROWSE_VSN)/