Skip to content
Snippets Groups Projects
  1. Sep 05, 2018
  2. Mar 22, 2018
  3. May 31, 2017
  4. Apr 04, 2017
  5. Jan 24, 2017
  6. Oct 20, 2016
  7. Jul 20, 2015
  8. Oct 10, 2014
    • Ludwig Knüpfer's avatar
      make: add clean, distclean for RIOT · 851a02bc
      Ludwig Knüpfer authored
      distclean
      removes all build products, also depends on docclean
      
      clean
      removes all build products for the current board
      
      also, silence clean target from Makefile.include and let it ignore errors
      851a02bc
  9. Jun 23, 2014
    • René Kijewski's avatar
      make: refactor make system (parallelism, deduplication) · 35e74ad7
      René Kijewski authored
      Almost everything was build sequentially in RIOT, because we employed
      explicit for-loops to build directories (DIRS). This PR makes our make
      system use normal dependencies to build directories.
      
      All our compiling rules were duplicated, once for the application, once
      for modules. This PR makes the application a normal module, removing
      this duplication.
      35e74ad7
  10. May 15, 2014
  11. Apr 10, 2014
  12. Mar 12, 2014
  13. Feb 11, 2014
  14. Jan 21, 2014
  15. Jan 05, 2014
  16. Nov 06, 2013
  17. Sep 30, 2013
  18. Aug 13, 2013
  19. Aug 08, 2013
  20. May 24, 2013
  21. Apr 17, 2013
  22. Mar 27, 2013
  23. Mar 23, 2013
  24. Mar 10, 2013
  25. Mar 09, 2013
  26. Feb 15, 2013
  27. Feb 11, 2013
  28. Feb 08, 2013
  29. Feb 06, 2013
  30. Feb 01, 2013
Loading