Browse Source

Makefile: Fixed impl cleanup

Paul-Louis Ageneau 3 years ago
parent
commit
6e818ebb25
1 changed files with 1 additions and 0 deletions
  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