GaloisInc / BESSPIN-CloudGFE

The AWS cloud deployment of the BESSPIN GFE platform.
Apache License 2.0
2 stars 2 forks source link

These changes were required on my setup to get the bluesim flow going #95

Closed gameboo closed 4 years ago

gameboo commented 4 years ago

I am not sure what the $ notation in Makefile means, but it did not seam to let the cd change to the working directory persist for the next command when I ran it on one of our linux machines. These fixes use a simple cd somewhere && runTheThing instead. export of some of the Makefile variables was also necessary for me...

jrtc27 commented 4 years ago

# This Makefile shows the steps in building and running using Bluesim

# In one terminal window, ...

# In another terminal window, ...

It’s currently more of a README than a Makefile (and hence why it’s in Doc/).

gameboo commented 4 years ago

Sure. I suppose what I am saying is those changes make it usable as a Makefile. (I guess this is why the $ were there at the beginning of the lines)