Skip to content

Update makefile for Assignment 4 #19

@jbdatko

Description

@jbdatko

Be sure to include new memory environment:

Okay, memory size. I will set an environment var called RAM_MEM before running your run target . It is quite simple to read an environment variable in a makefile:

foo :
echo $$RAM_MEM
You can test it like this:

$ RAM_MEM=300 make foo
, or, if you add it to your environment, remember to export it. Please don't set it in your makefile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions