From: mdw Date: Tue, 6 Feb 2001 09:37:56 +0000 (+0000) Subject: Clean the .jar file. X-Git-Tag: 1.0.0~11 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/anag/commitdiff_plain/7d9d346880bc82ae06a2ddb694ddc9dc7e9bfc70 Clean the .jar file. --- diff --git a/Makefile.am b/Makefile.am index 8fbe744..29fa7e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.2 2001/02/04 19:53:07 mdw Exp $ +## $Id: Makefile.am,v 1.3 2001/02/06 09:37:56 mdw Exp $ ## ## Makefile for Anag ## @@ -28,6 +28,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.3 2001/02/06 09:37:56 mdw +## Clean the .jar file. +## ## Revision 1.2 2001/02/04 19:53:07 mdw ## Simple GUI front-end in Java. ## @@ -49,6 +52,6 @@ anag.jar: AnagGUI.class AnagGUI.class: AnagGUI.java EXTRA_DIST = AnagGUI.java -CLEANFILES = *.class +CLEANFILES = *.class *.jar ##----- That's all, folks ---------------------------------------------------