GitHub Merge Button 13 år sedan
förälder
incheckning
a796138025
3 ändrade filer med 7 tillägg och 6 borttagningar
  1. +6
    -5
      Makefile
  2. Binär
      rebar
  3. +1
    -1
      rebar.config

+ 6
- 5
Makefile Visa fil

@ -1,18 +1,19 @@
REBAR?=./rebar
all: build
clean:
./rebar clean
$(REBAR) clean
rm -rf logs
rm -rf .eunit
rm test/*.beam
rm -f test/*.beam
deps: ./deps/
./rebar get-deps update-deps
$(REBAR) get-deps update-deps
build: deps
./rebar compile
$(REBAR) compile
etap: test/etap.beam test/util.beam
@ -20,7 +21,7 @@ etap: test/etap.beam test/util.beam
eunit:
./rebar eunit skip_deps=true
$(REBAR) eunit skip_deps=true
check: etap eunit

Binär
rebar Visa fil


+ 1
- 1
rebar.config Visa fil

@ -4,7 +4,7 @@
{port_specs, [{"priv/jiffy.so", ["c_src/*.c"]}]}.
{port_envs, [
{port_env, [
%% Link the spidermonkey library
{".*", "CFLAGS", "$CFLAGS -g -Wall"},

Laddar…
Avbryt
Spara