We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07241cd commit 52410efCopy full SHA for 52410ef
esp8266/Makefile
@@ -236,3 +236,7 @@ $(BUILD)/libaxtls.a:
236
cd ../lib/axtls; $(MAKE) clean
237
cd ../lib/axtls; $(MAKE) all CC="$(CC)" LD="$(LD)" AR="$(AR)" CFLAGS_EXTRA="$(CFLAGS_XTENSA) -Dabort=abort_ -DRT_MAX_PLAIN_LENGTH=1024 -DRT_EXTRA=3072"
238
cp ../lib/axtls/_stage/libaxtls.a $@
239
+
240
+clean-modules:
241
+ git clean -f -d modules
242
+ rm -f build/frozen*.c
0 commit comments