diff options
Diffstat (limited to 'plugins/rudp/Makefile.nmake')
-rw-r--r-- | plugins/rudp/Makefile.nmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/rudp/Makefile.nmake b/plugins/rudp/Makefile.nmake index c61f235551..db99178c7d 100644 --- a/plugins/rudp/Makefile.nmake +++ b/plugins/rudp/Makefile.nmake @@ -28,3 +28,5 @@ clean: rm -f $(OBJECTS) rudp.dll rudp.exp rudp.lib *.pdb distclean: clean + +maintainer-clean: distclean |