Selaa lähdekoodia

test/unit: Update convenience makefile

Allow cleaning - useful when switching compiler between GCC/clang.
Erik Ekman 5 vuotta sitten
vanhempi
sitoutus
21fba21054
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      test/unit/Makefile

+ 3 - 0
test/unit/Makefile

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