mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-31 21:20:28 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@253 e7d03fd6-7b0d-0410-9947-9c21f3af8025
20 lines
337 B
Makefile
20 lines
337 B
Makefile
configure: configure-stamp
|
|
configure-stamp:
|
|
dh_testdir
|
|
./setup.py config -lcrypto
|
|
touch configure-stamp
|
|
|
|
|
|
build: configure-stamp build-stamp
|
|
build-stamp:
|
|
dh_testdir
|
|
rm -rf debian/linkchecker debian/linkchecker-ssl
|
|
./setup.py build
|
|
touch build-stamp
|
|
|
|
clean:
|
|
dh_testdir
|
|
rm -f build-stamp configure-stamp
|
|
$(MAKE) clean
|
|
dh_clean
|
|
|