mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-15 20:39:17 +00:00
Merge pull request #1219 from magnumripper/master
Ensure 'make clean' is a safe operation
This commit is contained in:
commit
6fa2c3bab6
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,6 +11,7 @@ hashcat.dll
|
||||
*.pot
|
||||
*.pid
|
||||
*.log
|
||||
*.out
|
||||
*.dSYM
|
||||
kernels/**
|
||||
lib/*.a
|
||||
|
@ -276,12 +276,15 @@ WIN_64_OBJS := $(foreach OBJ,$(OBJS_ALL),obj/$(OBJ).WIN.64.o)
|
||||
default: $(HASHCAT_FRONTEND)
|
||||
|
||||
clean:
|
||||
$(RM) -f obj/*.o obj/lzma_sdk/*.o *.bin *.exe *.so *.dll *.restore *.out *.pid *.log hashcat core
|
||||
$(RM) -f obj/*.o obj/lzma_sdk/*.o *.bin *.exe *.so *.dll *.pid hashcat core
|
||||
$(RM) -rf *.induct
|
||||
$(RM) -rf *.outfiles
|
||||
$(RM) -rf *.dSYM
|
||||
$(RM) -rf kernels
|
||||
|
||||
distclean: clean
|
||||
$(RM) -f *.restore *.pot *.out *.log
|
||||
|
||||
##
|
||||
## Targets: Cross Compilation (for binary release version)
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user