aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9879e18..fae90df 100644
--- a/Makefile
+++ b/Makefile
@@ -18,11 +18,8 @@ OS = $(shell uname)
VENDOR_ID = 1EAF
PRODUCT_ID = 0003
-ifeq ($(OS),Linux)
- DFU = dfu-util
-else
- DFU = ../dfu-util/bin/linux/dfu-util
-endif
+# Modify this if necessary
+DFU = dfu-util
BUILD_PATH = build
LIB_PATH = libmaple