mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-23 16:44:17 +00:00
9 lines
122 B
Makefile
9 lines
122 B
Makefile
TRIAL := $(shell which trial)
|
|
|
|
deb:
|
|
python extras/makedeb.py build
|
|
|
|
deb-clean:
|
|
debclean
|
|
python extras/makedeb.py clean
|