Sfoglia il codice sorgente

test/unit: Update convenience makefile

Allow cleaning - useful when switching compiler between GCC/clang.
Erik Ekman 5 anni fa
parent
commit
21fba21054
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      test/unit/Makefile

+ 3 - 0
test/unit/Makefile

@@ -6,3 +6,6 @@ all:
 
 
 check:
 check:
 	cd ../../contrib/ports/unix/check/ && $(MAKE) check
 	cd ../../contrib/ports/unix/check/ && $(MAKE) check
+
+clean:
+	cd ../../contrib/ports/unix/check/ && $(MAKE) clean