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

This commit is contained in:
Isaku Yamahata
2018-12-05 17:20:32 -08:00
committed by Michał Kowalczyk
parent 6a09032f2d
commit e7c7c3c194
+1 -1
View File
@@ -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