Minor style clean up

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-01-28 10:17:18 +08:00
committed by Petro Karashchenko
parent 94db8a9414
commit 7d66a16c53
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ $(CXXOBJS): %$(OBJEXT): %.cxx
$(CPPOBJS): %$(OBJEXT): %.cpp
$(call COMPILEXX, $<, $@)
$(BIN): $(OBJS)
$(BIN): $(OBJS)
$(call ARCHIVE, $@, $(OBJS))
context::