mirror of
https://github.com/clearlinux/graphene.git
synced 2026-08-21 13:18:07 +00:00
[shim/src/Makefile] Remove build files (libsyscalldb.*) on make clean
This commit is contained in:
committed by
Michał Kowalczyk
parent
6a09032f2d
commit
e7c7c3c194
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user