Skip to content

Commit

Permalink
Don't fail 'clean' target if 'make -C utils clean' fails
Browse files Browse the repository at this point in the history
  • Loading branch information
IOhannes m zmölnig authored and IOhannes m zmölnig committed Mar 19, 2024
1 parent 4f99388 commit cb9e676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ clean:
rm -f *~
rm -f Module.symvers Module.markers modules.order
$(MAKE) -C $(KERNEL_DIR) M=$(PWD) clean
$(MAKE) -C utils clean
-$(MAKE) -C utils clean

distclean: clean
rm -f man/v4l2loopback-ctl.1
Expand Down

0 comments on commit cb9e676

Please sign in to comment.