diff options
author | bloodstalker <thabogre@gmail.com> | 2018-08-29 13:30:51 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-08-29 13:30:51 +0000 |
commit | ccf6bf3f8e84dd016aad0b683518c18d40e411b1 (patch) | |
tree | d031f07d913943b967c1c494a223b9e69eaa3d68 /obfuscator | |
parent | fixes #47. probably a good idea to just wipe and re-clone. also moved m0 to i... (diff) | |
download | mutator-ccf6bf3f8e84dd016aad0b683518c18d40e411b1.tar.gz mutator-ccf6bf3f8e84dd016aad0b683518c18d40e411b1.zip |
some cosmetic changes and makefile fixes
Diffstat (limited to 'obfuscator')
-rw-r--r-- | obfuscator/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/obfuscator/makefile b/obfuscator/makefile index fda9c20..c8ad51b 100644 --- a/obfuscator/makefile +++ b/obfuscator/makefile @@ -151,8 +151,8 @@ $(TARGET).a: $(TARGET).o ../m0/mutator_aux.o ./keccak-tiny/keccak-tiny.o clean: rm -f *.o *.dis *.odbg *.ocov *~ $(TARGET) $(TARGET).so $(TARGET)-static $(TARGET)-dbg $(TARGET).a $(TARGET)-cov ./keccak-tiny/*.o ./keccak-tiny/*.ocov ./keccak-tiny/*.odbg -deepclean: - rm -f *.o *.dis *.odbg *.ocov *~ $(TARGET) $(TARGET).so tags $(TARGET)-static $(TARGET)-dbg $(TARGET).a $(TARGET)-cov FILE*.cpp FILE*.hpp ./keccak-tiny/*.o ./keccak-tiny/*.ocov ./keccak-tiny/*.odbg +deepclean: clean + rm tags FILE*.cpp FILE*.hpp rm .depend help: |