-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
I reorganized the repo to essentially put everything in c/ and java/ subdirectories, with a top-level Makefilethat builds everything into build/. That way, all a user needs to do is install whatever is inbuild/and can ignore everything else. It remains a to-do to auto-generatebuild/docs`, so for now its in the top-level too.
Would be ideal not to hard-code so much in the Makefile, though?
https://github.com/cs50/spl/blob/master/Makefile
- tidy
Makefile - determine when best to remove build/obj/ (so that once
makeis done, everything is staged in build/, formake install); right now,make installdepends onlibcs.a, which is thus depending on obj/ not yet being deleted
Metadata
Metadata
Assignees
Labels
No labels