diff nt/compface.mak @ 488:1e7b510d04f6

[xemacs-hg @ 2001-04-28 21:04:49 by adrian] [PATCH] nt/*.mak improvements, fix usage of emacs_is_beta from version.sh <3dauawnh.fsf@rapier.ecf.teradyne.com>
author adrian
date Sat, 28 Apr 2001 21:04:50 +0000
parents 7d59cb494b73
children 03ab78e48ef6
line wrap: on
line diff
--- a/nt/compface.mak	Sat Apr 28 07:48:46 2001 +0000
+++ b/nt/compface.mak	Sat Apr 28 21:04:50 2001 +0000
@@ -38,3 +38,6 @@
 
 libcompface.lib: $(OBJS)
 	link.exe -lib -nologo -out:$@ $(OBJS)
+
+clean: $(OBJS)
+	-rm -f $(OBJS) libcompface.lib