Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M makefile
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • EECS 281EECS 281
  • makefile
  • Issues
  • #2
Closed
Open
Issue created Dec 08, 2022 by zjweiss@zjweiss

Makefile includes `getopt.*` files in fullsubmit

The setup guides say that our makefile will not include the getopt.* files, but out makefile currently includes them in the fullsubmits/partialsubmits.

This causes issues for VS users, as they will need to add the project ID to the top of all files.

Would it be possible to not include the following files in a full/partial submit:

  • getopt.c
  • getopt.h
  • xgetopt.h

xgetopt.h is an experimental single file solution for VS and getopt, Prof. DeOrio has been working on this solution and intends to publish a 281 setup guide using it here: https://github.com/eecs280staff/tutorials/pull/40#discussion_r1043428251

Assignee
Assign to
Time tracking