X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=win32_makefile%2Fclean.bat;fp=win32_makefile%2Fclean.bat;h=04f2896b91f6809928452d8ccc1e36c5c9635f02;hp=0000000000000000000000000000000000000000;hb=2e0972b02d101bb0d8e9d3e15d2ac80def491a63;hpb=cc37b87508c91b5d4f21fd4bbc298104ae7de1dc diff --git a/win32_makefile/clean.bat b/win32_makefile/clean.bat new file mode 100644 index 0000000..04f2896 --- /dev/null +++ b/win32_makefile/clean.bat @@ -0,0 +1,20 @@ +@echo off +if not "%1"=="make" goto info +del *.c > nul +del *.h > nul +del protocol\*.h > nul +rmdir protocol > nul +del newmodules\sniff\*.h > nul +rmdir newmodules\sniff > nul +del newmodules\*.h > nul +rmdir newmodules > nul +del files\*.h > nul +rmdir files > nul +del data\*.h > nul +rmdir data > nul +del devices\*.h > nul +rmdir devices > nul +goto end +:info +echo Used by bat in subdirs for cleaning source files +:end \ No newline at end of file