xuqiang 4 mesi fa
parent
commit
acf7d46621
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,7 +1,7 @@
 ADDR ?= 127.0.0.1
 BUILD_TYPE ?= Release
 
-all: build install
+all: clean build install
 
 # -DCMAKE_TOOLCHAIN_FILE=./conf/toolchain.cmake
 build: