Skip to content

Commit

Permalink
openssl: add 'clean' target to asm Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus authored and isaacs committed Sep 25, 2012
1 parent 202ecbc commit 62c3879
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deps/openssl/asm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ all: $(OUTPUTS)
# strip trailing whitespace and final blank newline
sed -sri -e 's/\s+$$/\n/' -e '$$ { /^$$/d }' $^

clean:
find . -iname '*.asm' -exec rm "{}" \;
find . -iname '*.s' -exec rm "{}" \;

x64-elf-gas/aes/aes-x86_64.s: ../openssl/crypto/aes/asm/aes-x86_64.pl
x64-elf-gas/bn/x86_64-mont.s: ../openssl/crypto/bn/asm/x86_64-mont.pl
x64-elf-gas/camellia/cmll-x86_64.s: ../openssl/crypto/camellia/asm/cmll-x86_64.pl
Expand Down

0 comments on commit 62c3879

Please sign in to comment.