91861 / wayst

A simple terminal emulator
MIT License
289 stars 9 forks source link

Don't default to gcc on FreeBSD #114

Closed 180watt closed 1 month ago

180watt commented 1 month ago

Very minor nit. I often find myself editing the Makefile on a fresh clone to remove this line. FreeBSD ship with clang by default and compiles just fine with it. Also, GCC isn't called gcc on FreeBSD, but rather gccX where X is the version number e.g., gcc13.

P.S. Thanks for the awesome terminal emulator :)