diff --git a/LibOS/shim/src/Makefile b/LibOS/shim/src/Makefile index 589f8c80..55c2597a 100644 --- a/LibOS/shim/src/Makefile +++ b/LibOS/shim/src/Makefile @@ -130,4 +130,4 @@ elf/shim_rtld.o: $(wildcard elf/*.h) @$(AS) $(ASFLAGS) $(defs) -E $< -o $@ clean: - rm -rf $(addsuffix .o,$(objs)) $(shim_target) .lib + rm -rf $(addsuffix .o,$(objs)) $(shim_target) $(files_to_build) .lib