forked from duckdb/duckdb-r
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
34 lines (23 loc) · 846 Bytes
/
Copy pathMakefile
File metadata and controls
34 lines (23 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.PHONY: all opt unit clean debug release test unittest allunit benchmark docs doxygen format sqlite readme warnings warnings-glue warnings-vendored
all: format-check
format-check:
python3 scripts/format.py --all --check
format-check-silent:
python3 scripts/format.py --all --check --silent
format-fix:
rm -rf src/amalgamation/*
python3 scripts/format.py --all --fix --noconfirm
format-head:
python3 scripts/format.py HEAD --fix --noconfirm
format-changes:
python3 scripts/format.py HEAD --fix --noconfirm
format-main:
python3 scripts/format.py main --fix --noconfirm
readme:
R -q -e 'rmarkdown::render("README.Rmd", quiet = TRUE)'
# The compiler-warning gate; handbook/build/warnings/README.md.
warnings: warnings-glue warnings-vendored
warnings-glue:
scripts/warnings.sh glue
warnings-vendored:
scripts/warnings.sh vendored