rricharz / Tek4010

Free Tektronix 4010, 4013, 4014 and 4015 terminal emulator for Raspberry Pi, Linux, macOS (Macintosh) and Windows
GNU General Public License v3.0
244 stars 29 forks source link

Use of gcc #22

Closed larsbrinkhoff closed 4 years ago

larsbrinkhoff commented 4 years ago

Hello,

The use of gcc is hard coded in the makefile. Some platforms does not have gcc installed. I suggest using $(CC) which should be the right C compiler.

rricharz commented 4 years ago

Changed and tested.

larsbrinkhoff commented 4 years ago

Thanks!