--- Makefile.orig	Thu May 31 16:08:05 2001
+++ Makefile	Sat Jun  2 23:35:58 2001
@@ -12,8 +12,8 @@
 	$(JAVAC) $(JAVAC_FLAGS) com/marcuscom/confregdecode/ConfregDecode.java
 
 jar: all
-	jar -cvf cd.jar com/marcuscom/confregdecode/*.class
+	$(JAR) -cvf confregdecode.jar com/marcuscom/confregdecode/*.class
 
 clean:
 	$(RM) -f com/marcuscom/confregdecode/*.class
-	$(RM) -f cd.jar
+	$(RM) -f cconfregdecode.jar
