mirror of
https://github.com/mroi/apple-internals.git
synced 2026-03-31 01:52:04 +02:00
Makefile: run under caffeinate
prevents machine from going to sleep over long-running data collection
This commit is contained in:
2
Makefile
2
Makefile
@@ -3,6 +3,8 @@ MY_INTERNALS = $(HOME)/Library/Mobile\ Documents/com~apple~TextEdit/Documents/Ap
|
||||
DB_TARGETS = db_files db_restricted db_binaries db_manifests db_assets db_services
|
||||
CHECK_TARGETS = check_files check_binaries check_manifests check_services
|
||||
|
||||
SHELL = caffeinate sh
|
||||
|
||||
.PHONY: all check view sqlite $(DB_TARGETS) $(CHECK_TARGETS)
|
||||
.INTERMEDIATE: $(DB)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user