Skip to content

Commit 63545bd

Browse files
committed
make: clean more files
1 parent b41761f commit 63545bd

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile.autosetup

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ check: all
2727
@if TESTS
2828
all: Kyuafile Makefile
2929

30+
clean:
31+
rm -f Kyuafile
32+
3033
check: UndefinedBehaviour.suppress Leak.suppress
3134
export UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=1:suppressions=$(top_builddir)/UndefinedBehaviour.suppress; \
3235
export LSAN_OPTIONS=print_suppressions=0:exitcode=0:suppressions=$(top_builddir)/Leak.suppress; \

libpkg/Makefile.autosetup

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ lib$(LIB)_flat.a: ${STATIC_LIBS} mergelib_script
189189
$(AR) -M < mergelib_script
190190
@endif
191191

192+
clean:
193+
rm -f mergelib_script
194+
192195
mergelib_script: $(STATIC_LIBS)
193196
@echo "CREATE lib$(LIB)_flat.a" > $@
194197
@for l in $(STATIC_LIBS); do \

0 commit comments

Comments
 (0)