-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMakefile
More file actions
25 lines (17 loc) · 782 Bytes
/
Copy pathMakefile
File metadata and controls
25 lines (17 loc) · 782 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
all:
pio run
# adafruit_trellis_m4
install:
pio run -t upload
clean:
pio run -t clean
cleanall:
pio run -t cleanall
distclean: clean cleanall
rm -rf ./.pio
# Environment Group Name Title Description
# ----------------------------- -------- --------- -------------------- ------------------------------------------------------------
# adafruit_trellis_m4 Advanced compiledb Compilation Database Generate compilation database `compile_commands.json`
# adafruit_trellis_m4 General clean Clean
# adafruit_trellis_m4 General cleanall Clean All Clean a build environment and installed library dependencies
# adafruit_trellis_m4 Platform upload Upload