Skip to content

Commit

Permalink
make: clean up test-request shared library
Browse files Browse the repository at this point in the history
Remove the test-request shared library on "make clean". Failing to do
this meant that the osi.ms submit-request mat could fail when switching
architectures despite a "make clean".
  • Loading branch information
owaddell-beckman committed Feb 2, 2024
1 parent 24adf10 commit 15adc59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/swish/Mf-base
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ clean: platform-clean
rm -f ../../${BUILD}/lib/swish/*.wpo
rm -f ${SwishLibs}
rm -f ${SHLIBTEST}
rm -f ${TESTREQUEST}
rm -f scheme_aux.h
rm -f chezscheme-revision.include
rm -f swish-revision.include
Expand Down

0 comments on commit 15adc59

Please sign in to comment.