Browse Source

rm examples/*/*.o

ithewei 4 years ago
parent
commit
7476395717
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -52,8 +52,8 @@ examples: hmain_test htimer_test hloop_test \
 	jsonrpc \
 	jsonrpc \
 
 
 clean:
 clean:
-	$(MAKEF) clean SRCDIRS="$(ALL_SRCDIRS) examples/nmap examples/httpd examples/consul"
-	${RM} examples/*.o
+	$(MAKEF) clean SRCDIRS="$(ALL_SRCDIRS)"
+	$(RM) examples/*.o examples/*/*.o
 	$(RM) include/hv
 	$(RM) include/hv
 
 
 prepare:
 prepare: