diff --git a/Makefile.CVF b/Makefile.CVF index 0a6b09c73..189bd4d05 100644 --- a/Makefile.CVF +++ b/Makefile.CVF @@ -93,6 +93,4 @@ plrr_subs.o: plrr_subs_win.c .PHONY : clean clean: - -del *.o *.obj MAP65.EXE Audio.pyd - - + -del *.o *.obj MAP65.EXE Audio.pyd map65.spec diff --git a/Makefile.in b/Makefile.in index f28015009..00b70fd46 100644 --- a/Makefile.in +++ b/Makefile.in @@ -117,7 +117,7 @@ plrs: plrs.F90 sec_midn.F90 plrs_subs.c cutil.c .PHONY : clean clean: - ${RM} -f *.o *.pyc *.so *~ map65 + ${RM} -f *.o *.pyc *.so *~ map65 map65.spec # (cd portaudio-v19;${MAKE} clean) distclean: clean ${RM} -f config.log config.status Makefile diff --git a/map65.py b/map65.py index b9971d681..51302d7b5 100644 --- a/map65.py +++ b/map65.py @@ -1,4 +1,4 @@ -#--------------------------------------------------------------------- MAP65 +#-------------------------------------------------------------------- MAP65 # $Date$ $Revision$ # from Tkinter import *