Skip to content

Commit

Permalink
Fix Makefile clean for dependency files
Browse files Browse the repository at this point in the history
  • Loading branch information
evik42 committed Nov 7, 2022
1 parent a8328cb commit 8fc42ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/init-container/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ test: $(TESTS)

.PHONY: clean
clean:
$(RM) init $(SRC_DIR)/*.o $(TEST_DIR)/*.o *.o $(TESTS)
$(RM) init $(SRC_DIR)/*.o $(SRC_DIR)/*.d $(TEST_DIR)/*.o *.o $(TESTS)
$(RM) vmlinuz-virt initramfs.cpio.gz
$(MAKE) -s -C $(LIBURING_SUBMODULE) clean

Expand Down

0 comments on commit 8fc42ad

Please sign in to comment.