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