mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 03:00:11 +00:00
minor fix for timeout makefile command
This commit is contained in:
parent
aaf0c5b758
commit
78e07aee9c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ endif
|
|||
|
||||
EVAL := $(EVAL) --no-site-file --batch -l package-build.el --eval
|
||||
|
||||
TIMEOUT := $(shell which timeout && echo "timeout -k 60 600")
|
||||
TIMEOUT := $(shell which timeout && echo "-k 60 600")
|
||||
|
||||
all: packages packages/archive-contents json index
|
||||
|
||||
|
|
Loading…
Reference in a new issue