Selaa lähdekoodia

rm examples/*/*.o

ithewei 4 vuotta sitten
vanhempi
commit
7476395717
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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: