problems icon indicating copy to clipboard operation
problems copied to clipboard

Ensures `Makefile` uses env settings

Open dmalan opened this issue 2 years ago • 1 comments

dmalan avatar Sep 30 '22 10:09 dmalan

Before merging, one concern is that if folks run check50 locally on their computer, they probably won't have LDLIBS and CFLAGS set in their env settings.

And do we want to use this approach for other checks (using env settings for Makefile)? I guess the motivation here is that we don't need to update each Makefile for each check when we make changes to CFLAGS and LDLIBS in cs50/cli?

rongxin-liu avatar Oct 25 '22 14:10 rongxin-liu