Fix source excludes

Can't use ! with subdirs, only with bare filenames
This commit is contained in:
WillyJL
2026-06-01 15:14:47 +02:00
parent 35fec7c210
commit 4bdd7a391f
+3 -3
View File
@@ -11,10 +11,10 @@ App(
sources=[
"*.c",
"!subghz_fap.c",
"!helpers/subghz_gps.c",
"!helpers/minmea.c",
"!subghz_gps.c",
"!minmea.c",
"!subghz_cli.c",
"!helpers/subghz_chat.c",
"!subghz_chat.c",
"!subghz_extended_freq.c",
"!subghz_gen_info.c",
"!subghz_txrx_create_protocol_key.c",