Update makefile
This commit is contained in:
parent
d604d00dbd
commit
b854f07193
2
makefile
2
makefile
@ -175,7 +175,7 @@ src/sdk/utlbuffer.o : CXXFLAGS+=-w
|
|||||||
$(TARGET): $(OBJECTS)
|
$(TARGET): $(OBJECTS)
|
||||||
@echo Building cathook
|
@echo Building cathook
|
||||||
$(LD) -o $@ $(LDFLAGS) $(OBJECTS) $(LDLIBS)
|
$(LD) -o $@ $(LDFLAGS) $(OBJECTS) $(LDLIBS)
|
||||||
ifndef NOSTRIP
|
ifndef NO_STRIP
|
||||||
strip --strip-all $@
|
strip --strip-all $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user