aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 223bdaa..6ea3109 100644
--- a/Makefile
+++ b/Makefile
@@ -19,11 +19,6 @@ ifeq ($(BUILD_MSVC),yes)
19else 19else
20 LIBCMD=echo ignoring lib 20 LIBCMD=echo ignoring lib
21endif 21endif
22ifeq ($(DO_STRIP),yes)
23 STRIP=strip
24else
25 STRIP=echo ignoring strip
26endif
27 22
28all: $(TARGETS) 23all: $(TARGETS)
29 24