mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Also remove *.sl (AIX shared libs) in make clean.
This commit is contained in:
parent
1dc19ba2ee
commit
6554419e1b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue