noss / iserve

A small http server for erlang.

This URL has Read+Write access

iserve / src / Makefile
100644 14 lines (8 sloc) 0.112 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
ERL=erl
ERLC=erlc
 
.PHONY: all src clean
all:
cp -f iserve.app ../ebin/
$(ERL) -make all
 
clean:
rm -f *~