diff --git a/Makefile b/Makefile index d72748a58..cc9225673 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ name := 4chan-X -ifeq "$(OS)" "Windows_NT" +ifdef ComSpec BIN := $(subst /,\,node_modules/.bin/) RMDIR := -rmdir /s /q RM := -del