Browse Source

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

Isaku Yamahata 7 years ago
parent
commit
e7c7c3c194
1 changed files with 1 additions and 1 deletions
  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