mirror of https://github.com/python/cpython
Also remove *.sl (AIX shared libs) in make clean.
This commit is contained in:
parent
1dc19ba2ee
commit
6554419e1b
|
@ -125,7 +125,7 @@ clean:
|
|||
|
||||
clobber: clean
|
||||
-rm -f *.a tags TAGS config.c glmodule.c Makefile.pre
|
||||
-rm -f *.so so_locations
|
||||
-rm -f *.so *.sl so_locations
|
||||
|
||||
getpath.o: getpath.c Makefile
|
||||
$(CC) -c $(CFLAGS) -DPYTHONPATH='"$(PYTHONPATH)"' \
|
||||
|
|
Loading…
Reference in New Issue