Makefile: Do not keep `escript/` in source archive
That directory is a compilation product.
This commit is contained in:
parent
14756c400c
commit
d667cc4032
1
Makefile
1
Makefile
|
|
@ -67,6 +67,7 @@ RSYNC_FLAGS += -a $(RSYNC_V) \
|
||||||
--exclude 'deps/' \
|
--exclude 'deps/' \
|
||||||
--exclude 'ebin/' \
|
--exclude 'ebin/' \
|
||||||
--exclude 'erl_crash.dump' \
|
--exclude 'erl_crash.dump' \
|
||||||
|
--exclude 'escript/' \
|
||||||
--exclude 'MnesiaCore.*' \
|
--exclude 'MnesiaCore.*' \
|
||||||
--exclude '$(notdir $(DEPS_DIR))/' \
|
--exclude '$(notdir $(DEPS_DIR))/' \
|
||||||
--exclude 'hexer*' \
|
--exclude 'hexer*' \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue