Procházet zdrojové kódy

Normalize whitespace in Makefile

pull/30/head
Paul J. Davis před 12 roky
odevzdal Dave Cottlehuber
rodič
revize
1365bde29c
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      Makefile

+ 4
- 0
Makefile Zobrazit soubor

@ -1,16 +1,20 @@
REBAR?=./rebar
all: build
clean:
$(REBAR) clean
rm -rf logs
rm -rf .eunit
rm -f test/*.beam
distclean: clean
git clean -fxd
depends:
@if test ! -d ./deps; then \
$(REBAR) get-deps; \

Načítá se…
Zrušit
Uložit