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