1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

utils/Makefile: clean: Fix, also call target clean on libmqnic directory

Signed-off-by: Joachim Foerster <joachim.foerster@missinglinkelectronics.com>
This commit is contained in:
Joachim Foerster 2022-08-17 13:13:43 +02:00
parent 462d3c3a65
commit bf09d80999

View File

@ -59,6 +59,7 @@ clean:
rm -f $(BIN)
rm -f *.o
rm -f .*.d
$(MAKE) -C $(dir $(LIBMQNIC))/ $@
-include $(wildcard .*.d)