summaryrefslogtreecommitdiffstats
path: root/lib/hidapi-0.8.0-pre/windows/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hidapi-0.8.0-pre/windows/Makefile')
-rw-r--r--lib/hidapi-0.8.0-pre/windows/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/hidapi-0.8.0-pre/windows/Makefile b/lib/hidapi-0.8.0-pre/windows/Makefile
deleted file mode 100644
index ac471d66da..0000000000
--- a/lib/hidapi-0.8.0-pre/windows/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-OS=$(shell uname)
-
-ifneq (,$(findstring MINGW,$(OS)))
- FILE=Makefile.mingw
-endif
-
-ifeq ($(FILE), )
-all:
- $(error Your platform ${OS} is not supported at this time.)
-endif
-
-include $(FILE)