X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=nt%2Fcompface.mak;h=1fe4f5aa7e97bf8bcb83cd377f34d338b7a4d51e;hb=6ed452baa6a5acfc844418624ffde9bf5ebd40c5;hp=5ff065fe70e04409030b85236f2f9eea04e727e6;hpb=d3dd71489ab2730d79536ebdc3c56cca82766e9d;p=chise%2Fxemacs-chise.git.1 diff --git a/nt/compface.mak b/nt/compface.mak index 5ff065f..1fe4f5a 100644 --- a/nt/compface.mak +++ b/nt/compface.mak @@ -38,3 +38,6 @@ all: libcompface.lib libcompface.lib: $(OBJS) link.exe -lib -nologo -out:$@ $(OBJS) + +clean: $(OBJS) + -rm -f $(OBJS) libcompface.lib