mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2025-02-17 13:28:00 +00:00
Add auto cleaning for test-xxhsum-c
Follow @Cyan4973's suggestion: https://github.com/Cyan4973/xxHash/pull/53#issuecomment-174521226
This commit is contained in:
parent
ef40492536
commit
3d68a13673
2
Makefile
2
Makefile
@ -115,7 +115,7 @@ staticAnalyze: clean
|
||||
@echo ---- static analyzer - scan-build ----
|
||||
CFLAGS="-g -Werror" scan-build --status-bugs -v $(MAKE) all
|
||||
|
||||
test-all: clean all test test32 test-xxhsum-c armtest clangtest gpptest sanitize staticAnalyze
|
||||
test-all: clean all test test32 test-xxhsum-c clean-xxhsum-c armtest clangtest gpptest sanitize staticAnalyze
|
||||
|
||||
clean: clean-xxhsum-c
|
||||
@rm -f core *.o xxhsum$(EXT) xxhsum32$(EXT) xxhsum_privateXXH$(EXT) xxh32sum xxh64sum
|
||||
|
Loading…
x
Reference in New Issue
Block a user