2
0
Эх сурвалжийг харах

Makefile: Fixed impl cleanup

Paul-Louis Ageneau 3 жил өмнө
parent
commit
6e818ebb25
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -93,6 +93,7 @@ tests: $(NAME).a $(TEST_OBJS)
 clean:
 	-$(RM) include/rtc/*.d *.d
 	-$(RM) src/*.o src/*.d
+	-$(RM) src/impl/*.o src/impl/*.d
 	-$(RM) test/*.o test/*.d
 
 dist-clean: clean