Do not hardcode GCC as the compiler; use $(shell) expansion instead of backticks; split the built source into its own variable.
1.1 KiB
1.1 KiB
Do not hardcode GCC as the compiler; use $(shell) expansion instead of backticks; split the built source into its own variable.