epics-extensions / CALab

Channel Access client for LabVIEW
Other
9 stars 2 forks source link

Linux Makefile could be more friendly for scripting #17

Closed brian-stravaro closed 2 years ago

brian-stravaro commented 2 years ago

The variables in the Linux Makefile are directly assigned. This makes it hard to specify the values of those variables on the command line (such as the location of the EPICS includes). If the assignments used "?=" instead of "=", this would be better.