Sfoglia il codice sorgente

Normalize whitespace in Makefile

pull/30/head
Paul J. Davis 12 anni fa
committed by Dave Cottlehuber
parent
commit
1365bde29c
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      Makefile

+ 4
- 0
Makefile Vedi File

@ -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; \

Caricamento…
Annulla
Salva