Explorar o código

[shim/src/Makefile] Remove build files (libsyscalldb.*) on make clean

Isaku Yamahata %!s(int64=7) %!d(string=hai) anos
pai
achega
e7c7c3c194
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      LibOS/shim/src/Makefile

+ 1 - 1
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