mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-25 01:23:44 +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
|