chiark / gitweb /
Clean the .jar file.
[anag] / Makefile.am
index 8fbe74492bd80626204fce331c5cd6ec5aba7824..29fa7e5f5bfa61d2899734ac6bd1d443e0b24161 100644 (file)
@@ -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 ---------------------------------------------------