Parcourir la source

update Makefile

xuqiang il y a 4 mois
Parent
commit
acf7d46621
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: