mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-30 16:34:47 +00:00
4 lines
126 B
Makefile
4 lines
126 B
Makefile
|
.PHONY: clean
|
||
|
clean:
|
||
|
rm -rf *.so pyethash.egg-info/ build/ test/python/python-virtual-env/ test/c/build/ pyethash/*.{so,pyc}
|