Explorar el Código

rm examples/*/*.o

ithewei hace 4 años
padre
commit
7476395717
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -52,8 +52,8 @@ examples: hmain_test htimer_test hloop_test \
 	jsonrpc \
 
 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
 
 prepare: