Skip to content
Snippets Groups Projects
Select Git revision
  • 1e11e1c5ded8861f98593e4d6dde88b39d2c7256
  • main default protected
  • 1-fix-assignment-errors
  • testsfail
4 results

.gitignore

Blame
  • Makefile 211 B
    DOC_NAME = Thesis
    
    # I don't have a separate references directory
    REFERENCES_DIR =
    
    # My styles are all in the root
    STYLES_DIR =
    
    # also no graphics
    GRAPHICS_DIR =
     
    include mk/platform.mk
    include mk/targets.mk