Give every Makefile.nmake file a "distclean" rule, and have "distclean"
[obnox/wireshark/wip.git] / plugins / pcli / Makefile.nmake
index 4c0824901865acb2304025f137c37d9c824b7170..1c31060d6f2c71cca2d5328d1db8b7ebfd7660a6 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile.nmake,v 1.3 2003/06/14 20:45:28 guy Exp $
+# $Id: Makefile.nmake,v 1.4 2003/10/10 21:31:52 guy Exp $
 #
 
 include ..\..\config.nmake
@@ -17,3 +17,5 @@ pcli.dll pcli.exp pcli.lib : packet-pcli.obj ..\plugin_api.obj
 
 clean:
        rm -f $(OBJECTS) pcli.dll pcli.exp pcli.lib $(PDB_FILE)
+
+distclean: clean