From 50e411320563894d411b0c37d37cb16105a908af Mon Sep 17 00:00:00 2001 From: carp <25677564+carp@users.noreply.github.com> Date: Mon, 13 Jul 2020 13:40:11 -0400 Subject: removing submodule --- anime-face-detector/make.bat | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 anime-face-detector/make.bat (limited to 'anime-face-detector/make.bat') diff --git a/anime-face-detector/make.bat b/anime-face-detector/make.bat deleted file mode 100644 index b0d9bff..0000000 --- a/anime-face-detector/make.bat +++ /dev/null @@ -1,20 +0,0 @@ -@echo off -if /i "%1" == "clean" goto clean -goto all - -:all -python setup.py build_ext --inplace -rd /s /q build - -goto exit - - - -:clean -del /f /s /q *.cpp -del /f /s /q *.c -del /f /s /q *.pyd - -goto exit - -:exit -- cgit v1.2.3