2 Commits
v1.1 ... main

Author SHA1 Message Date
0210c32d01 Add keywords 2026-04-08 19:42:31 -04:00
80e0103e69 [Tooling] Fix hardcoded dir in clangd.zsh 2026-04-05 20:56:00 -04:00
2 changed files with 6 additions and 2 deletions

View File

@@ -1,7 +1,11 @@
{ {
"author": "RandyTheSilly", "author": "RandyTheSilly",
"dependencies": {}, "dependencies": {},
"keywords": [], "keywords": [
"silly",
"creature",
"swap"
],
"name": "maan-on-my-wrist-xl", "name": "maan-on-my-wrist-xl",
"pebble": { "pebble": {
"displayName": "Maan On My Wrist XL", "displayName": "Maan On My Wrist XL",

View File

@@ -8,7 +8,7 @@ echo "CompileFlags:
-nostdinc, -nostdinc,
-DPBL_COLOR, -DPBL_COLOR,
-I${HOME}/.pebble-sdk/SDKs/current/sdk-core/pebble/emery/include, -I${HOME}/.pebble-sdk/SDKs/current/sdk-core/pebble/emery/include,
-include/home/cuan/gitrepos/Maan-On-My-Wrist-XL/build/include/message_keys.auto.h, -include$(pwd)/build/include/message_keys.auto.h,
-I$(pwd)/build/emery, -I$(pwd)/build/emery,
-include${HOME}/.pebble-sdk/SDKs/current/toolchain/arm-none-eabi/arm-none-eabi/include/stdint.h, -include${HOME}/.pebble-sdk/SDKs/current/toolchain/arm-none-eabi/arm-none-eabi/include/stdint.h,
-include${HOME}/.pebble-sdk/SDKs/current/toolchain/arm-none-eabi/arm-none-eabi/include/stdlib.h, -include${HOME}/.pebble-sdk/SDKs/current/toolchain/arm-none-eabi/arm-none-eabi/include/stdlib.h,