mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 03:00:11 +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: packages/archive-contents
|
||||
@echo " • Building sandbox ..."
|
||||
mkdir -p $(SANDBOX)
|
||||
$(EMACS) -Q \
|
||||
|
|
Loading…
Reference in a new issue