diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -19,11 +19,6 @@ ifeq ($(BUILD_MSVC),yes) | |||
19 | else | 19 | else |
20 | LIBCMD=echo ignoring lib | 20 | LIBCMD=echo ignoring lib |
21 | endif | 21 | endif |
22 | ifeq ($(DO_STRIP),yes) | ||
23 | STRIP=strip | ||
24 | else | ||
25 | STRIP=echo ignoring strip | ||
26 | endif | ||
27 | 22 | ||
28 | all: $(TARGETS) | 23 | all: $(TARGETS) |
29 | 24 | ||