mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
make clean removes all generated cruft now
This commit is contained in:
parent
1f02acf1b3
commit
7fd249071f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
CFLAGS+=-fpic -I/usr/include/python2.7
|
||||
LDFLAGS+=
|
||||
|
||||
targets=_sni_support.so sni_support_wrap.c sni_support.py
|
||||
targets=_sni_support.so sni_support_wrap.c sni_support.py sni_support.o sni_support_wrap.o
|
||||
|
||||
all: _sni_support.so
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue