diff options
Diffstat (limited to 'apps/chttpd/Makefile')
-rw-r--r-- | apps/chttpd/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/chttpd/Makefile b/apps/chttpd/Makefile new file mode 100644 index 00000000..206156f9 --- /dev/null +++ b/apps/chttpd/Makefile @@ -0,0 +1,10 @@ +all: compile + +compile: + @./rebar compile + +clean: + @./rebar clean + +compilenative: + @./rebar compile erl_opts=native |