mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 11:08:54 +00:00
Sandbox makefile target should depend on packages/archive-contents
See #1666
This commit is contained in:
parent
524927838c
commit
ee08e19371
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -99,7 +99,7 @@ $(RCPDIR)/%: .FORCE
|
||||||
|
|
||||||
|
|
||||||
## Sandbox
|
## Sandbox
|
||||||
sandbox:
|
sandbox: packages/archive-contents
|
||||||
@echo " • Building sandbox ..."
|
@echo " • Building sandbox ..."
|
||||||
mkdir -p $(SANDBOX)
|
mkdir -p $(SANDBOX)
|
||||||
$(EMACS) -Q \
|
$(EMACS) -Q \
|
||||||
|
|
Loading…
Reference in a new issue