Update makefile

This commit is contained in:
BenCat07 2018-03-10 17:11:41 +01:00 committed by GitHub
parent d604d00dbd
commit b854f07193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ src/sdk/utlbuffer.o : CXXFLAGS+=-w
$(TARGET): $(OBJECTS)
@echo Building cathook
$(LD) -o $@ $(LDFLAGS) $(OBJECTS) $(LDLIBS)
ifndef NOSTRIP
ifndef NO_STRIP
strip --strip-all $@
endif