From 571e2b7b2fde5a9f4d850f4c09391ccae2d3d252 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 18 Sep 2008 16:26:01 +0000 Subject: [PATCH] Updated the Makefiles git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1027 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- Makefile.CVF | 4 +--- Makefile.in | 2 +- map65.py | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) 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 *