Give every Makefile.nmake file a "distclean" rule, and have "distclean"
[obnox/wireshark/wip.git] / image / Makefile.nmake
index ba7ef43df03baf5e69c056c813d4f0e04ce42ad6..2732c5326f5c16caf8d1a9db5429f9a4b5c13f86 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile.nmake,v 1.5 2003/03/26 20:17:42 guy Exp $
+# $Id: Makefile.nmake,v 1.6 2003/10/10 21:31:48 guy Exp $
 #
 
 include ..\config.nmake
@@ -34,3 +34,5 @@ text2pcap.rc  : text2pcap.rc.in ..\config.nmake
 
 clean :
        rm -f $(ALL_RC)
+
+distclean: clean