1. 07 Jan, 2013 2 commits
  2. 05 Dec, 2012 3 commits
  3. 03 Dec, 2012 5 commits
  4. 02 Dec, 2012 3 commits
  5. 13 Nov, 2012 2 commits
  6. 01 Nov, 2012 1 commit
  7. 29 Oct, 2012 2 commits
  8. 27 Oct, 2012 1 commit
  9. 26 Oct, 2012 1 commit
  10. 25 Oct, 2012 8 commits
  11. 19 Oct, 2012 3 commits
  12. 18 Oct, 2012 1 commit
  13. 17 Oct, 2012 3 commits
  14. 15 Oct, 2012 3 commits
  15. 14 Oct, 2012 2 commits
    • Fix typo · 026aabcd
      Craig Barnes authored
    • Improve Makefile · a7ddccf8
      * Remove "-c" from CFLAGS and hard-code it into the recipe -- CFLAGS
        should be overridable from the command-line but not including "-c"
        should never invoke the linker on object files
      * Use real target names for library files instead of phony targets
      * Add install and install-shared targets
      * Use $(OBJECTS) instead of *.o
      * Use .PHONY to properly mark phony targets
      Craig Barnes authored