Cygwin compatibility.

This commit is contained in:
ccd0 2016-04-13 22:04:50 -07:00
parent 6b75bbbc00
commit 3f4cac445f

View File

@ -1,6 +1,6 @@
name := 4chan-X name := 4chan-X
ifeq "$(OS)" "Windows_NT" ifdef ComSpec
BIN := $(subst /,\,node_modules/.bin/) BIN := $(subst /,\,node_modules/.bin/)
RMDIR := -rmdir /s /q RMDIR := -rmdir /s /q
RM := -del RM := -del