summaryrefslogtreecommitdiff
path: root/apps/chttpd/Makefile
blob: 206156f951759f4fda27fd5789c074be6cd5a7da (plain)
1
2
3
4
5
6
7
8
9
10
all: compile

compile:
	@./rebar compile

clean:
	@./rebar clean

compilenative:
	@./rebar compile erl_opts=native