Make "distclean" remove test.out

This commit is contained in:
dfs
2007-03-26 19:37:56 +00:00
parent 0754678ce7
commit 58d7ac0520
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Top-level Makefile for Remind.
# $Id: Makefile,v 1.28 1998-05-06 01:51:12 dfs Exp $
# $Id: Makefile,v 1.29 2007-03-26 19:38:07 dfs Exp $
all: src/Makefile
@echo ""
@@ -27,7 +27,7 @@ clean:
cd src; $(MAKE) clean
distclean: clean
rm -f config.cache config.log config.status src/Makefile src/config.h
rm -f config.cache config.log config.status src/Makefile src/config.h tests/test.out
src/Makefile: src/Makefile.in
./configure

View File

@@ -11,7 +11,7 @@
/* */
/***************************************************************/
/* $Id: custom.h,v 1.35 2007-01-25 02:29:00 dfs Exp $ */
/* $Id: custom.h,v 1.36 2007-03-26 19:37:56 dfs Exp $ */
/*---------------------------------------------------------------------*/
/* LAT_DEG, LAT_MIN and LAT_SEC: Latitude of your location */